Bump version

This commit is contained in:
Brenden Matthews 2023-04-10 17:38:15 -04:00
parent 4b4fb7aa9b
commit 091d71b5d1
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ endif(OS_SOLARIS)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "19")
set(VERSION_PATCH "1")
set(VERSION_PATCH "2")
find_program(APP_AWK awk)
if(NOT APP_AWK)