1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 09:08:25 +00:00

Let's be real about the versioning.

This commit is contained in:
Brenden Matthews 2015-05-23 09:30:53 -07:00
parent 138c86449d
commit 7733a6d6f3

View File

@ -65,8 +65,8 @@ set(conky_includes ${conky_includes} -I/usr/pkg/include)
endif(OS_DRAGONFLY)
# Do version stuff
set(VERSION_MAJOR "2")
set(VERSION_MINOR "0")
set(VERSION_MAJOR "1")
set(VERSION_MINOR "10")
set(VERSION_PATCH "0")
find_program(APP_GAWK gawk)