Updated ZM version in cmake to 1.26.4

This commit is contained in:
mastertheknife 2013-10-04 19:53:59 +03:00
parent 4b1ee3cae7
commit c795afc833
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
cmake_minimum_required (VERSION 2.6)
project (ZoneMinder)
# ZoneMinder version
set(ZoneMinder_VERSION "1.26.3")
set(ZoneMinder_VERSION "1.26.4")
# Default build type. To change the build type, use the CMAKE_BUILD_TYPE configuration option.
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type: Release or Debug" FORCE)