From 94ce84af40255852b64bcdb4efc3a4535bf43a28 Mon Sep 17 00:00:00 2001 From: Andy Bauer Date: Fri, 1 Jan 2016 10:15:36 -0600 Subject: [PATCH] Bump version to 1.29.0 --- configure.ac | 2 +- db/zm_update-1.29.0.sql | 5 +++++ version | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 db/zm_update-1.29.0.sql diff --git a/configure.ac b/configure.ac index 72753c94c..b10dd44d5 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.110,[http://www.zoneminder.com/forums/ - Please check FAQ first],zoneminder,http://www.zoneminder.com/downloads.html) +AC_INIT(zm,1.29.0,[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.29.0.sql b/db/zm_update-1.29.0.sql new file mode 100644 index 000000000..5d17651a3 --- /dev/null +++ b/db/zm_update-1.29.0.sql @@ -0,0 +1,5 @@ +-- +-- This updates a 1.28.110 database to 1.29.0 +-- +-- No changes required +-- diff --git a/version b/version index 03a4bf6e8..5e57fb895 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.28.110 +1.29.0