1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-04 13:08:31 +00:00

Bump version for next release.

This commit is contained in:
Brenden Matthews 2018-01-19 09:16:18 -05:00
parent d97f4dfd8a
commit 07475e119b
No known key found for this signature in database
GPG Key ID: 60FBD122E62B0D30

View File

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