1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 01:57:09 +00:00

Bump version

This commit is contained in:
Brenden Matthews 2024-04-17 06:36:34 -04:00
parent f4b3229fc3
commit ae13f0c42d

View File

@ -133,7 +133,7 @@ endif(OS_HAIKU)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "20")
set(VERSION_PATCH "0")
set(VERSION_PATCH "1")
find_program(APP_AWK awk)