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

Bump version for next release.

This commit is contained in:
Brenden Matthews 2020-07-27 08:06:18 -04:00
parent b436b0bfd9
commit 348a174b97
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

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