X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=CMakeLists.txt;h=6f403afa5f6b72582738e73d451338323c6753f4;hb=7d49820494b8cc5594dcad70be147541351ea803;hp=dd2709e476f069d28c447794d72238a8ebfd297c;hpb=7ab67cb06e3e8f5ea8608f30a2973a7a5e351416;p=freeglut diff --git a/CMakeLists.txt b/CMakeLists.txt index dd2709e..6f403af 100644 --- 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