projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab67cb
)
updated version number to prepare for release 3.2.1
author
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 25 Sep 2019 20:43:34 +0000
(20:43 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
dd2709e
..
6f403af
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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