Upgrade engine version

This commit is contained in:
Emmanuel Papin 2015-06-07 21:20:58 +02:00
parent 6574a128de
commit 717bd7fbfb
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
cmake_minimum_required (VERSION 2.6)
project (zoneminder)
set(zoneminder_VERSION "1.28.1")
set(ZM_ENGINE_VERSION 28)
set(ZM_ENGINE_VERSION 29)
# CMake does not allow out-of-source build if CMakeCache.exists
# in the source folder. Abort and notify the user

View File

@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR(src/zm.h)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
ZM_ENGINE_VERSION=28
ZM_ENGINE_VERSION=29
AC_SUBST(ZM_ENGINE_VERSION)
AC_SUBST([AM_CXXFLAGS], [-D__STDC_CONSTANT_MACROS])