1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Bump version

This commit is contained in:
Brenden Matthews 2023-08-15 12:24:18 -04:00
parent ba0fcfcbc3
commit 7b9d292892
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
set(VERSION_MAJOR "1")
set(VERSION_MINOR "19")
set(VERSION_PATCH "4")
set(VERSION_PATCH "5")
find_program(APP_AWK awk)
if(NOT APP_AWK)