updated version number to prepare for release 3.2.1
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 25 Sep 2019 20:43:34 +0000 (20:43 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 25 Sep 2019 20:43:34 +0000 (20:43 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1856 7f0cb862-5218-0410-a997-914c9d46530a

CMakeLists.txt

index dd2709e..6f403af 100644 (file)
@@ -19,7 +19,7 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
 # TODO: Update these for each release!
 set(VERSION_MAJOR 3)
 set(VERSION_MINOR 2)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
 set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
 
 # Update fg_version.h to match the versions number here in cmake