Skip to content

Commit da85872

Browse files
committed
Prepare next release's version entry in db file
1 parent b1765ab commit da85872

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ list(INSERT CMAKE_MODULE_PATH 0 ${PROJECT_SOURCE_DIR}/cmake)
2121
include(BxVersionManager)
2222

2323
# - Versioning only giving major and minor. Patch number is
24-
# automatically deduced from an external file.
25-
bx_version_set(BxRabbitMQ 0 3)
24+
# 0 or automatically deduced from an external file.
25+
bx_version_set(BxRabbitMQ 0 4)
2626

2727
#-----------------------------------------------------------------------
2828
# - Standard UNIX Tool install paths, including relative paths for use

cmake/BxPackageVersions.db

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# List of released versions addressed by their MAJOR.MINOR version number
22
# and update through a PATCH number:
33
0.3.1
4+
0.4.0
45
#1.0.0
56
#1.1.0
67
#1.2.0

0 commit comments

Comments
 (0)