Skip to content

Commit

Permalink
Update QHttpServerConfig-src.cmake , set version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlabbe authored Nov 9, 2023
1 parent e07957e commit 34cd1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QHttpServerConfig-src.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
SET(QHTTPSERVER_INCLUDE_DIR @CMAKE_INSTALL_PREFIX@/include)
SET(QHTTPSERVER_LIBRARY_DIRS @CMAKE_INSTALL_PREFIX@/${LIB_INSTALL_DIR})

set(QHTTPSERVER_VERSION_MAJOR "0")
set(QHTTPSERVER_VERSION_MINOR "2")
set(QHTTPSERVER_VERSION_MAJOR "1")
set(QHTTPSERVER_VERSION_MINOR "0")
set(QHTTPSERVER_VERSION_RELEASE "@VERSION_RELEASE@")

set(QHTTPSERVER_VERSION "${QHTTPSERVER_VERSION_MAJOR}.${QHTTPSERVER_VERSION_MINOR}.${QHTTPSERVER_VERSION_RELEASE}")
Expand Down

0 comments on commit 34cd1eb

Please sign in to comment.