Bump version.

This commit is contained in:
Brenden Matthews
2022-12-24 12:04:20 -05:00
parent 5f0ed0d72d
commit 8c521fdbdf

View File

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