1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

Bump version.

This commit is contained in:
Brenden Matthews 2018-02-07 09:18:57 -05:00
parent 29a1688db6
commit 85d9611c93
No known key found for this signature in database
GPG Key ID: 60FBD122E62B0D30

View File

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