Skip to content

Commit 802f6cb

Browse files
adding welcome info to main cmakelists.txt
1 parent 1ec2589 commit 802f6cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ set ( CMAKE_MODULE_PATH
1818

1919
include ( CreateVersionFile )
2020

21+
message ( STATUS "Building project ${CMAKE_PROJECT_NAME}" )
22+
message ( STATUS "Version ${GP_VERSION_SHORT}" )
2123

2224

2325
set ( EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR} )

include/gp/config_version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#define GP_VERSION_MAJOR 0
1616
#define GP_VERSION_MINOR 0
17-
#define GP_VERSION_PATCH 0
18-
#define GP_VERSION_SHA1 0
17+
#define GP_VERSION_PATCH 2
18+
#define GP_VERSION_SHA1 g1ec2
1919

2020
#endif // GP_CONFIG_VERSION_HPP_DEFINED

0 commit comments

Comments
 (0)