Rename version to version.txt because it conflicts with newer compilers

pull/3725/head
Isaac Connor 2023-06-09 16:41:56 -04:00
parent 8a00be8cc8
commit ff24986d5c
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
cmake_minimum_required(VERSION 3.5.0)
project(zoneminder)
file(STRINGS "version" zoneminder_VERSION)
file(STRINGS "version.txt" zoneminder_VERSION)
# make API version a minor of ZM version
set(zoneminder_API_VERSION "${zoneminder_VERSION}.1")

1
version.txt Normal file
View File

@ -0,0 +1 @@
1.37.40