Skip to content

Commit

Permalink
TigerVNC 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Dec 20, 2019
1 parent d426252 commit 4739493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ include(CheckCSourceRuns)
include(CMakeMacroLibtoolFile)

project(tigervnc)
set(VERSION 1.10.0)
set(VERSION 1.10.1)

# The RC version must always be four comma-separated numbers
set(RCVERSION 1,10,0,0)
set(RCVERSION 1,10,1,0)

# Installation paths
set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
Expand Down
2 changes: 1 addition & 1 deletion java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.11)

project(tigervnc-java Java)
if(NOT VERSION)
set(VERSION 1.10.0)
set(VERSION 1.10.1)
endif()

find_package(Java)
Expand Down

0 comments on commit 4739493

Please sign in to comment.