From 5a36cb33e10a9fe41f4f48bc78a79ded6f22235d Mon Sep 17 00:00:00 2001 From: Petr Semiletov Date: Sun, 9 Apr 2023 12:28:56 +0300 Subject: [PATCH] 3.0.1 --- CMakeLists.txt | 2 +- ChangeLog | 5 +++++ main.cpp | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57822a9..9996d46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}\\"") diff --git a/ChangeLog b/ChangeLog index b942211..601085f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/main.cpp b/main.cpp index 9910eba..88dd752 100644 --- a/main.cpp +++ b/main.cpp @@ -41,7 +41,7 @@ #ifndef VERSION_NUMBER -#define VERSION_NUMBER "3.0.0" +#define VERSION_NUMBER "3.0.1" #endif