diff --git a/configure.ac b/configure.ac index 308647402..85a0ab7a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(zm,1.26.0,[http://www.zoneminder.com/forums/ - Please check FAQ first],ZoneMinder,http://www.zoneminder.com/downloads.html) +AC_INIT(zm,1.26.2,[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/debian/postinst b/debian/postinst index f7e1674b0..71bf35f73 100644 --- a/debian/postinst +++ b/debian/postinst @@ -2,7 +2,7 @@ set -e -VERSION=1.25.1 +VERSION=1.26.2 if [ "$1" = "configure" ]; then if [ -z "$2" ]; then diff --git a/version b/version index dd43a143f..c7c3f3333 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.26.1 +1.26.2