diff --git a/CHANGES.txt b/CHANGES.txt index e2e6216fc..66e5b7405 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.5.2 (2014-MM-DD) +0.5.2 (2014-05-16) ================== Bug Handling diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d3ed19b2..13279ca33 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 5) -set(CPACK_PACKAGE_VERSION_PATCH 1) +set(CPACK_PACKAGE_VERSION_PATCH 2) 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 26f143c86..8c4ff54f1 100644 --- a/cmd/hekad/main.go +++ b/cmd/hekad/main.go @@ -4,7 +4,7 @@ # You can obtain one at http://mozilla.org/MPL/2.0/. # # The Initial Developer of the Original Code is the Mozilla Foundation. -# Portions created by the Initial Developer are Copyright (C) 2012 +# Portions created by the Initial Developer are Copyright (C) 2012-2014 # the Initial Developer. All Rights Reserved. # # Contributor(s): @@ -50,7 +50,7 @@ import ( ) const ( - VERSION = "0.5.1" + VERSION = "0.5.2" ) func setGlobalConfigs(config *HekadConfig) (*pipeline.GlobalConfigStruct, string, string) { diff --git a/docs/source/conf.py b/docs/source/conf.py index af08481a6..30d3e1d4a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.