Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit f03a715

Browse files
committed
Update minor version so it will show up in the package names.
1 parent 6d80226 commit f03a715

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
@@ -7,7 +7,7 @@ project(heka C)
77
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "High performance data gathering, analysis, monitoring, and reporting.")
88
set(CPACK_PACKAGE_VERSION_MAJOR 0)
99
set(CPACK_PACKAGE_VERSION_MINOR 10)
10-
set(CPACK_PACKAGE_VERSION_PATCH 0)
10+
set(CPACK_PACKAGE_VERSION_PATCH 0b0)
1111
set(CPACK_PACKAGE_VENDOR "Mozilla")
1212
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
1313
set(CPACK_PACKAGE_CONTACT "[email protected]")

0 commit comments

Comments
 (0)