1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00

Bump version

This commit is contained in:
Brenden Matthews 2024-02-20 09:10:19 -05:00
parent aa6e61be2e
commit a1ab393318
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0

View File

@ -134,7 +134,7 @@ endif(OS_HAIKU)
# Do version stuff # Do version stuff
set(VERSION_MAJOR "1") set(VERSION_MAJOR "1")
set(VERSION_MINOR "19") set(VERSION_MINOR "19")
set(VERSION_PATCH "7") set(VERSION_PATCH "8")
find_program(APP_AWK awk) find_program(APP_AWK awk)
if(NOT APP_AWK) if(NOT APP_AWK)