Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Jan 22, 2023
1 parent a7cc6c4 commit dfa3d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)

set (CMAKE_CXX_STANDARD 17)

project (logfilegen VERSION 0.4.1 LANGUAGES CXX)
project (logfilegen VERSION 0.5.0 LANGUAGES CXX)
add_definitions(-DVERSION_NUMBER="\\"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}\\"")


Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


#ifndef VERSION_NUMBER
#define VERSION_NUMBER "0.4.1"
#define VERSION_NUMBER "0.5.0"
#endif


Expand Down

0 comments on commit dfa3d2d

Please sign in to comment.