We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec2589 commit 802f6cbCopy full SHA for 802f6cb
CMakeLists.txt
@@ -18,6 +18,8 @@ set ( CMAKE_MODULE_PATH
18
19
include ( CreateVersionFile )
20
21
+message ( STATUS "Building project ${CMAKE_PROJECT_NAME}" )
22
+message ( STATUS "Version ${GP_VERSION_SHORT}" )
23
24
25
set ( EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR} )
include/gp/config_version.hpp
@@ -14,7 +14,7 @@
14
15
#define GP_VERSION_MAJOR 0
16
#define GP_VERSION_MINOR 0
17
-#define GP_VERSION_PATCH 0
-#define GP_VERSION_SHA1 0
+#define GP_VERSION_PATCH 2
+#define GP_VERSION_SHA1 g1ec2
#endif // GP_CONFIG_VERSION_HPP_DEFINED
0 commit comments