Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Jan 16, 2023
1 parent e2eee57 commit c7e2117
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.3.0 LANGUAGES CXX)
project (logfilegen VERSION 0.4.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 @@ -23,7 +23,7 @@


#ifndef VERSION_NUMBER
#define VERSION_NUMBER "0.3.0"
#define VERSION_NUMBER "0.4.0"
#endif


Expand Down

0 comments on commit c7e2117

Please sign in to comment.