diff options
author | Linn Mattsson <linma@cendio.se> | 2024-10-22 15:45:27 +0200 |
---|---|---|
committer | Linn Mattsson <linma@cendio.se> | 2024-10-22 15:45:27 +0200 |
commit | 1b4af5c586eb7a30a38c82fd088c1fa47a83e72f (patch) | |
tree | 6a7c8c4d13fd6104236c6d20272b04d6c617316e /CMakeLists.txt | |
parent | cc3abddbad0af84154808356e50bea3d5f666de7 (diff) | |
download | tigervnc-1.14.1.tar.gz tigervnc-1.14.1.zip |
TigerVNC 1.14.1v1.14.11.14-branch
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 468f4b54..b5db46f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ include(CMakeMacroLibtoolFile) include(cmake/TargetLinkDirectories.cmake) project(tigervnc) -set(VERSION 1.14.0) +set(VERSION 1.14.1) # The RC version must always be four comma-separated numbers string(REPLACE . , RCVERSION "${VERSION}.0") |