1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-12 00:48:49 +00:00

Bump version.

This commit is contained in:
Brenden Matthews 2018-12-02 13:27:19 -05:00
parent c1059030cf
commit e5e9e43e40
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 # Do version stuff
set(VERSION_MAJOR "1") set(VERSION_MAJOR "1")
set(VERSION_MINOR "11") set(VERSION_MINOR "11")
set(VERSION_PATCH "0") set(VERSION_PATCH "1")
find_program(APP_AWK awk) find_program(APP_AWK awk)
if(NOT APP_AWK) if(NOT APP_AWK)