1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 11:12:21 +00:00

Bump version.

This commit is contained in:
Brenden Matthews 2022-12-26 13:54:52 -05:00
parent dbe66565c9
commit 7d93cbcf09
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 "16")
set(VERSION_PATCH "1")
set(VERSION_PATCH "2")
find_program(APP_AWK awk)
if(NOT APP_AWK)