We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1765ab commit da85872Copy full SHA for da85872
CMakeLists.txt
@@ -21,8 +21,8 @@ list(INSERT CMAKE_MODULE_PATH 0 ${PROJECT_SOURCE_DIR}/cmake)
21
include(BxVersionManager)
22
23
# - Versioning only giving major and minor. Patch number is
24
-# automatically deduced from an external file.
25
-bx_version_set(BxRabbitMQ 0 3)
+# 0 or automatically deduced from an external file.
+bx_version_set(BxRabbitMQ 0 4)
26
27
#-----------------------------------------------------------------------
28
# - Standard UNIX Tool install paths, including relative paths for use
cmake/BxPackageVersions.db
@@ -1,6 +1,7 @@
1
# List of released versions addressed by their MAJOR.MINOR version number
2
# and update through a PATCH number:
3
0.3.1
4
+0.4.0
5
#1.0.0
6
#1.1.0
7
#1.2.0
0 commit comments