bump version to 1.28.106

This commit is contained in:
Andy Bauer 2015-08-29 07:53:08 -05:00
parent 22dc049bf4
commit 4fdd32b596
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
#
cmake_minimum_required (VERSION 2.6)
project (zoneminder)
set(zoneminder_VERSION "1.28.105")
set(zoneminder_VERSION "1.28.106")
# make API version a minor of ZM version
set(zoneminder_API_VERSION "${zoneminder_VERSION}.1")

View File

@ -3,7 +3,7 @@
# For instructions on building with cmake, please see INSTALL
#
AC_PREREQ(2.59)
AC_INIT(zm,1.28.105,[http://www.zoneminder.com/forums/ - Please check FAQ first],zoneminder,http://www.zoneminder.com/downloads.html)
AC_INIT(zm,1.28.106,[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)

View File

@ -1,5 +1,5 @@
--
-- This updates a 1.28.104 database to 1.28.105
-- This updates a 1.28.105 database to 1.28.106
--
--

View File

@ -1 +1 @@
1.28.105
1.28.106