We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07957e commit 34cd1ebCopy full SHA for 34cd1eb
QHttpServerConfig-src.cmake
@@ -2,8 +2,8 @@
2
SET(QHTTPSERVER_INCLUDE_DIR @CMAKE_INSTALL_PREFIX@/include)
3
SET(QHTTPSERVER_LIBRARY_DIRS @CMAKE_INSTALL_PREFIX@/${LIB_INSTALL_DIR})
4
5
-set(QHTTPSERVER_VERSION_MAJOR "0")
6
-set(QHTTPSERVER_VERSION_MINOR "2")
+set(QHTTPSERVER_VERSION_MAJOR "1")
+set(QHTTPSERVER_VERSION_MINOR "0")
7
set(QHTTPSERVER_VERSION_RELEASE "@VERSION_RELEASE@")
8
9
set(QHTTPSERVER_VERSION "${QHTTPSERVER_VERSION_MAJOR}.${QHTTPSERVER_VERSION_MINOR}.${QHTTPSERVER_VERSION_RELEASE}")
0 commit comments