diff --git a/CHANGES.txt b/CHANGES.txt index 7c20cf882..a8231d7e4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.10.0 (2015-??-??) +=================== + + 0.10.0b2 (2015-11-20) ===================== diff --git a/CMakeLists.txt b/CMakeLists.txt index c7987f123..1c0369d11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(heka C) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "High performance data gathering, analysis, monitoring, and reporting.") set(CPACK_PACKAGE_VERSION_MAJOR 0) set(CPACK_PACKAGE_VERSION_MINOR 10) -set(CPACK_PACKAGE_VERSION_PATCH 0b2) +set(CPACK_PACKAGE_VERSION_PATCH 0) set(CPACK_PACKAGE_VENDOR "Mozilla") set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt") set(CPACK_PACKAGE_CONTACT "heka@mozilla.org") diff --git a/cmd/hekad/main.go b/cmd/hekad/main.go index bb56a8d1c..52f54d37a 100644 --- a/cmd/hekad/main.go +++ b/cmd/hekad/main.go @@ -55,7 +55,7 @@ import ( ) const ( - VERSION = "0.10.0b2" + VERSION = "0.10.0" ) func setGlobalConfigs(config *HekadConfig) (*pipeline.GlobalConfigStruct, string, string) { diff --git a/docs/source/conf.py b/docs/source/conf.py index a1ed212c9..b62beb380 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.10.0b2' +release = '0.10.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.