From 1fefeafa642dbd76d9c9cd85c5b23c422bb09876 Mon Sep 17 00:00:00 2001 From: "Brian P. Hinz" Date: Fri, 23 Jan 2015 18:37:23 -0500 Subject: [PATCH] Version wasn't properly updated to 1.4.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e19fd9e2..d7b7a45f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.4.1) +set(VERSION 1.4.2) # The RC version must always be four comma-separated numbers set(RCVERSION 1,4,2,0) -- 2.39.5