Skip to content

Commit

Permalink
CMake: set version to 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Jul 2, 2024
1 parent 78ff15a commit 0e7caa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(DEFINED CMAKE_CXX_COMPILER)
list(APPEND PROJECT_LANGUAGES CXX)
endif(DEFINED CMAKE_CXX_COMPILER)

project(LibVNCServer VERSION 0.9.14 LANGUAGES ${PROJECT_LANGUAGES})
project(LibVNCServer VERSION 0.9.15 LANGUAGES ${PROJECT_LANGUAGES})
include(CheckFunctionExists)
include(CheckSymbolExists)
include(CheckIncludeFile)
Expand Down

0 comments on commit 0e7caa1

Please sign in to comment.