1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-04 13:08:31 +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
set(VERSION_MAJOR "1")
set(VERSION_MINOR "10")
set(VERSION_PATCH "4")
set(VERSION_PATCH "5")
find_program(APP_AWK awk)
if(NOT APP_AWK)