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

Bump version for next release.

This commit is contained in:
Brenden Matthews 2018-12-16 15:26:20 -05:00
parent 7cec37e009
commit bf1fd144da
No known key found for this signature in database
GPG Key ID: 60FBD122E62B0D30

View File

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