1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

Prep for next release.

This commit is contained in:
Brenden Matthews 2015-11-18 07:51:15 -08:00
parent 15662beb39
commit 6e48a22dde

View File

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