From 2ad1515d1aa7ecabfcff4e58a5fa773b0d98596a Mon Sep 17 00:00:00 2001 From: Rob Miller Date: Fri, 7 Aug 2015 14:58:46 -0700 Subject: [PATCH] Version bump for 0.10.0b1 release. --- CHANGES.txt | 4 ++-- CMakeLists.txt | 2 +- cmd/hekad/main.go | 2 +- docs/source/conf.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 48c80f3ca..cdd9fbd6b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -0.10.0 (2015-??-??) -=================== +0.10.0b1 (2015-08-07) +===================== Backwards Incompatibilities --------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index f52cb6693..6cfeefe10 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 0b0) +set(CPACK_PACKAGE_VERSION_PATCH 0b1) 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 d1027c50c..bcfcbccc8 100644 --- a/cmd/hekad/main.go +++ b/cmd/hekad/main.go @@ -54,7 +54,7 @@ import ( ) const ( - VERSION = "0.10.0b0" + VERSION = "0.10.0b1" ) func setGlobalConfigs(config *HekadConfig) (*pipeline.GlobalConfigStruct, string, string) { diff --git a/docs/source/conf.py b/docs/source/conf.py index cd16c3045..b9841b0d5 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.0b0' +release = '0.10.0b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.