Browse Source

Automatically generate RCVERSION

Avoid having to update this manually.
tags/v1.12.90
Pierre Ossman 1 year ago
parent
commit
7c288cfcdf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -23,7 +23,7 @@ project(tigervnc)
set(VERSION 1.12.80)

# The RC version must always be four comma-separated numbers
set(RCVERSION 1,12,80,0)
string(REPLACE . , RCVERSION "${VERSION}.0")

# Installation paths
include(GNUInstallDirs)

Loading…
Cancel
Save