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

Version bump to 1.10.4.

This commit is contained in:
Brenden Matthews 2016-06-25 09:40:05 -07:00
parent 6e06110065
commit 4055b347f9

View File

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