Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Apr 9, 2023
1 parent 7f44ced commit 5a36cb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(USE_CLANG)
endif(USE_CLANG)


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


Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.1
* @meta fix
* randomizer rewrote

3.0.0
+ multithread support
* win and mac support fixed
- prometheus_cpp library support (logfilegen built-in code covers all needs)
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@


#ifndef VERSION_NUMBER
#define VERSION_NUMBER "3.0.0"
#define VERSION_NUMBER "3.0.1"
#endif


Expand Down

0 comments on commit 5a36cb3

Please sign in to comment.