Skip to content

Commit 74e1a76

Browse files
committed
Fix incorrect version number
1 parent de651aa commit 74e1a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 2.8.3)
44

55
project(tev)
6-
set(TEV_VERSION "1.8")
6+
set(TEV_VERSION "1.9")
77

88
if (NOT TEV_DEPLOY)
99
set(TEV_VERSION "${TEV_VERSION}dev")

0 commit comments

Comments
 (0)