include(CMakeMacroLibtoolFile)
project(tigervnc)
-set(VERSION 1.9.90)
+set(VERSION 1.10.0)
# The RC version must always be four comma-separated numbers
-set(RCVERSION 1,9,90,0)
+set(RCVERSION 1,10,0,0)
# Installation paths
set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
#include "version-config.h"
#include "site.h"
-#define XVNCVERSION "TigerVNC 1.9.90"
+#define XVNCVERSION "TigerVNC 1.10.0"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)\n" \
"See https://www.tigervnc.org for information on TigerVNC.\n")