1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

Bump version.

This commit is contained in:
Brenden Matthews 2021-03-02 09:47:27 -06:00
parent 77f77d8f51
commit 7c248469b4
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

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