diff --git a/CMakeLists.txt b/CMakeLists.txt index c7bf19162..e3e3779f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/configure.ac b/configure.ac index 32ba09ae1..6917403a4 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/db/zm_update-1.28.105.sql b/db/zm_update-1.28.106.sql similarity index 91% rename from db/zm_update-1.28.105.sql rename to db/zm_update-1.28.106.sql index 0262658e5..894022d22 100644 --- a/db/zm_update-1.28.105.sql +++ b/db/zm_update-1.28.106.sql @@ -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 -- -- diff --git a/version b/version index 8424efb95..71864bd8d 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.28.105 +1.28.106