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

Bump version for next release.

This commit is contained in:
Brenden Matthews 2019-01-08 10:23:15 -05:00
parent 6a7dc0cd65
commit fcc315f28f
No known key found for this signature in database
GPG Key ID: 60FBD122E62B0D30

View File

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