Skip to content

Commit 9f971ac

Browse files
committed
set version number to 4.2.0
1 parent e3a26ce commit 9f971ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cmake_minimum_required( VERSION 2.8.7 FATAL_ERROR )
22
PROJECT(Stage)
33

4-
SET( V_MAJOR 5 )
5-
SET( V_MINOR 1 )
6-
SET( V_BUGFIX 1 )
4+
SET( V_MAJOR 4 )
5+
SET( V_MINOR 2 )
6+
SET( V_BUGFIX 0 )
77

88
SET( VERSION ${V_MAJOR}.${V_MINOR}.${V_BUGFIX} )
99
SET( APIVERSION ${V_MAJOR}.${V_MINOR} )

0 commit comments

Comments
 (0)