1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 01:57:09 +00:00

Bump version for next release.

This commit is contained in:
Brenden Matthews 2019-06-23 10:59:26 -04:00
parent bfc43cfe62
commit 27ae07c2ae
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281

View File

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