Skip to content

Commit 4c2395e

Browse files
committed
ver 3.2
1 parent df252bb commit 4c2395e

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
@@ -73,7 +73,7 @@ IF(GIT_FOUND AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
7373
ELSE()
7474
#Set our version values (if not determined from git tag)
7575
SET (VERSION_MAJOR "3")
76-
SET (VERSION_MINOR "1")
76+
SET (VERSION_MINOR "2")
7777
#SET (VERSION_PATCH "0")
7878
#SET (VERSION_SUFFIX "")
7979
#SET (VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX})

0 commit comments

Comments
 (0)