Skip to content

Commit 5c180f8

Browse files
committed
updated version number 1.4.0
1 parent 8154568 commit 5c180f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44

55
set (GMDS_MAJOR_VERSION "1")
6-
set (GMDS_MINOR_VERSION "3")
7-
set (GMDS_RELEASE_VERSION "9")
6+
set (GMDS_MINOR_VERSION "4")
7+
set (GMDS_RELEASE_VERSION "0")
88
set (GMDS_VERSION ${GMDS_MAJOR_VERSION}.${GMDS_MINOR_VERSION}.${GMDS_RELEASE_VERSION})
99

1010

0 commit comments

Comments
 (0)