Skip to content

Commit 18ab846

Browse files
committed
Upgraded product version to v2.3.0
1 parent ff1c4cd commit 18ab846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ MESSAGE( STATUS "CMAKE_SYSTEM_PROCESSOR: " ${CMAKE_SYSTEM_PROCESSOR} )
5050

5151
# Product version according to Semantic Versioning v2.0.0 https://semver.org/
5252
SET(BIN2CPP_VERSION_MAJOR 2)
53-
SET(BIN2CPP_VERSION_MINOR 2)
53+
SET(BIN2CPP_VERSION_MINOR 3)
5454
SET(BIN2CPP_VERSION_PATCH 0)
5555
set(BIN2CPP_VERSION ${BIN2CPP_VERSION_MAJOR}.${BIN2CPP_VERSION_MINOR}.${BIN2CPP_VERSION_PATCH})
5656

0 commit comments

Comments
 (0)