1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Bump version.

This commit is contained in:
Brenden Matthews 2019-02-22 21:51:32 -05:00
parent 89316a620f
commit bc29814fec
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281

View File

@ -117,7 +117,7 @@ endif(OS_SOLARIS)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "11")
set(VERSION_PATCH "3")
set(VERSION_PATCH "4")
find_program(APP_AWK awk)
if(NOT APP_AWK)