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

Bump build version.

This commit is contained in:
Brenden Matthews 2016-10-04 09:49:19 +02:00
parent 3a00680689
commit 4cd04f00f9

View File

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