Bump version to 1.12.0, it's been a while.

This commit is contained in:
Brenden Matthews 2021-02-27 09:06:57 -06:00
parent d365c7f7ba
commit 7bb8a49ace
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD
1 changed files with 2 additions and 2 deletions

View File

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