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

Bump version for next release.

This commit is contained in:
Brenden Matthews 2016-10-04 09:50:12 +02:00
parent 4cd04f00f9
commit e51301a0f8

View File

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