Skip to content

Commit 8599526

Browse files
committed
Bump up version to 3.0.1.
1 parent 3f395dd commit 8599526

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes for 3.0.1:
2+
3+
* Fixed issue #68: Update to RapidAssist version 0.11.0
4+
5+
16
Changes for 3.0.0:
27

38
Note: This version introduces breaking changes. The public API has changed. See notes about automatic identifiers and deprecated method `getFilename()`.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif()
7878
# Product version according to Semantic Versioning v2.0.0 https://semver.org/
7979
SET(BIN2CPP_VERSION_MAJOR 3)
8080
SET(BIN2CPP_VERSION_MINOR 0)
81-
SET(BIN2CPP_VERSION_PATCH 0)
81+
SET(BIN2CPP_VERSION_PATCH 1)
8282
set(BIN2CPP_VERSION ${BIN2CPP_VERSION_MAJOR}.${BIN2CPP_VERSION_MINOR}.${BIN2CPP_VERSION_PATCH})
8383
FILE(WRITE ${CMAKE_BINARY_DIR}/version "${BIN2CPP_VERSION}")
8484

0 commit comments

Comments
 (0)