Upgrade engine version
This commit is contained in:
parent
6574a128de
commit
717bd7fbfb
|
@ -5,7 +5,7 @@
|
||||||
cmake_minimum_required (VERSION 2.6)
|
cmake_minimum_required (VERSION 2.6)
|
||||||
project (zoneminder)
|
project (zoneminder)
|
||||||
set(zoneminder_VERSION "1.28.1")
|
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
|
# CMake does not allow out-of-source build if CMakeCache.exists
|
||||||
# in the source folder. Abort and notify the user
|
# in the source folder. Abort and notify the user
|
||||||
|
|
|
@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR(src/zm.h)
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
ZM_ENGINE_VERSION=28
|
ZM_ENGINE_VERSION=29
|
||||||
AC_SUBST(ZM_ENGINE_VERSION)
|
AC_SUBST(ZM_ENGINE_VERSION)
|
||||||
|
|
||||||
AC_SUBST([AM_CXXFLAGS], [-D__STDC_CONSTANT_MACROS])
|
AC_SUBST([AM_CXXFLAGS], [-D__STDC_CONSTANT_MACROS])
|
||||||
|
|
Loading…
Reference in New Issue