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

Version bump to 1.10.3.

This commit is contained in:
Brenden Matthews 2016-06-25 09:36:51 -07:00
parent 3753e2a95b
commit 6e06110065

View File

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