Skip to content

Commit

Permalink
adding welcome info to main cmakelists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
headmyshoulder committed Jul 13, 2013
1 parent 1ec2589 commit 802f6cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ set ( CMAKE_MODULE_PATH

include ( CreateVersionFile )

message ( STATUS "Building project ${CMAKE_PROJECT_NAME}" )
message ( STATUS "Version ${GP_VERSION_SHORT}" )


set ( EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR} )
Expand Down
4 changes: 2 additions & 2 deletions include/gp/config_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#define GP_VERSION_MAJOR 0
#define GP_VERSION_MINOR 0
#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 comments on commit 802f6cb

Please sign in to comment.