From 77f554f7ba897ac5e7dd5caf142af0794c1b7177 Mon Sep 17 00:00:00 2001 From: Andy Bauer Date: Wed, 18 Feb 2015 18:24:26 -0600 Subject: [PATCH] bump verion to 1.28.1 in master --- CMakeLists.txt | 2 +- configure.ac | 2 +- docs/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5d5ae867..7969689d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ # cmake_minimum_required (VERSION 2.6) project (zoneminder) -set(zoneminder_VERSION "1.28.0") +set(zoneminder_VERSION "1.28.1") # CMake does not allow out-of-source build if CMakeCache.exists in the source folder. Abort and notify the user to save him from headache why it doesn't work. if((NOT (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR)) AND (EXISTS "${CMAKE_SOURCE_DIR}/CMakeCache.txt")) diff --git a/configure.ac b/configure.ac index 78a518419..ae6940c9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(zm,1.28.0,[http://www.zoneminder.com/forums/ - Please check FAQ first],zoneminder,http://www.zoneminder.com/downloads.html) +AC_INIT(zm,1.28.1,[http://www.zoneminder.com/forums/ - Please check FAQ first],zoneminder,http://www.zoneminder.com/downloads.html) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR(src/zm.h) AC_CONFIG_HEADERS(config.h) diff --git a/docs/conf.py b/docs/conf.py index 1bbefead2..deffd4611 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, https://github.com/ZoneMinder/ZoneMinder/graphs/contributors # built documents. # # The short X.Y version. -version = '1.28.0' +version = '1.28.1' # The full version, including alpha/beta/rc tags. -release = '1.28.0' +release = '1.28.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.