X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=0c10a560923152505713fa6828a2a3e7844bc0f5;hb=bc3bd114b6cd0399c22bff5bd99de60747b1070d;hp=e324a02612ddefb03cadd244a36e716f723abb05;hpb=85fe5ac7b6efe580eab22820aa740a4b2dcafb0c;p=freeglut diff --git a/CMakeLists.txt b/CMakeLists.txt index e324a02..0c10a56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib) # setup version numbers # TODO: Update these for each release! set(VERSION_MAJOR 3) -set(VERSION_MINOR 0) +set(VERSION_MINOR 2) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) @@ -27,7 +27,7 @@ CONFIGURE_FILE(src/fg_version.h.in src/fg_version.h) # shared lib version numbers (change before release) set(SO_MAJOR 3) # increment on backwards incompatible API/ABI changes -set(SO_MINOR 10) # increment on backwards compatible or internal changes +set(SO_MINOR 11) # increment on backwards compatible or internal changes set(SO_REV 0) # if nothing else changed increment this # FREEGLUT_BUILD_SHARED_LIBS is already a standard CMake variable, but we need to