File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 "name" : " CPP Time Utils" ,
33 "CMakeName" : " CPPTimeUtils" ,
44
5- "version" : " 1.1.0 " ,
5+ "version" : " 1.1.1 " ,
66 "versionState" : " build"
77}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "Cpp Time Utils"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 1.1.0
51+ PROJECT_NUMBER = 1.1.1
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11# Time Utils
2- # Version 1.1.0 build
2+ # Version 1.1.1 build
33
44---
55
Original file line number Diff line number Diff line change 33// Versioning
44#define STT_VERSION_MAJOR 1
55#define STT_VERSION_MINOR 1
6- #define STT_VERSION_PATCH 0
6+ #define STT_VERSION_PATCH 1
77
88// Version states:
99// dev - develoment (Before Beta version)
You can’t perform that action at this time.
0 commit comments