1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 04:06:03 +00:00

Bump version for next release. (#599)

This commit is contained in:
Brenden Matthews 2018-08-10 11:10:42 -04:00 committed by GitHub
parent 6a23cab853
commit 87187ff626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,8 +87,8 @@ endif(OS_SOLARIS)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "10")
set(VERSION_PATCH "9")
set(VERSION_MINOR "11")
set(VERSION_PATCH "0")
find_program(APP_AWK awk)
if(NOT APP_AWK)