Skip to content

Commit 4070c75

Browse files
committed
Missed a version spot.
1 parent 2c3123f commit 4070c75

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 0b2)
1111
set(CPACK_PACKAGE_VENDOR "Mozilla")
1212
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
1313
set(CPACK_PACKAGE_CONTACT "heka@mozilla.org")

0 commit comments

Comments
 (0)