1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-03-20 01:52:23 +00:00

Bump version

This commit is contained in:
Brenden Matthews 2024-03-03 09:25:37 -05:00
parent 585b1061ed
commit 0cfd5c0a31
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0

View File

@ -132,8 +132,8 @@ endif(OS_HAIKU)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "19")
set(VERSION_PATCH "9")
set(VERSION_MINOR "20")
set(VERSION_PATCH "0")
find_program(APP_AWK awk)