We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b8b7a commit d412faeCopy full SHA for d412fae
CMakeLists.txt
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8)
2
3
project(swat Fortran)
4
5
-set(CPACK_PACKAGE_VERSION_MAJOR 2009)
6
-set(CPACK_PACKAGE_VERSION_MINOR 528)
+set(CPACK_PACKAGE_VERSION_MAJOR 2012)
+set(CPACK_PACKAGE_VERSION_MINOR 535)
7
set(CPACK_PACKAGE_VERSION_PATCH "1")
8
9
option(USE_GPROF "Profile the project using gprof" OFF)
0 commit comments