Skip to content

Commit 1ab4750

Browse files
committed
Bump up to version 3.1.0.
1 parent 0a797de commit 1ab4750

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes for x.y.z:
1+
Changes for 3.1.0:
22

33
* Fixed issue #64: Remove build artifacts of samples from installation packages.
44

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ endif()
9797

9898
# Product version according to Semantic Versioning v2.0.0 https://semver.org/
9999
SET(BIN2CPP_VERSION_MAJOR 3)
100-
SET(BIN2CPP_VERSION_MINOR 0)
101-
SET(BIN2CPP_VERSION_PATCH 1)
100+
SET(BIN2CPP_VERSION_MINOR 1)
101+
SET(BIN2CPP_VERSION_PATCH 0)
102102
set(BIN2CPP_VERSION ${BIN2CPP_VERSION_MAJOR}.${BIN2CPP_VERSION_MINOR}.${BIN2CPP_VERSION_PATCH})
103103
FILE(WRITE ${CMAKE_BINARY_DIR}/version "${BIN2CPP_VERSION}")
104104

0 commit comments

Comments
 (0)