1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

Bump version

This commit is contained in:
Brenden Matthews 2023-08-09 08:53:51 -04:00
parent 371f1ea301
commit a41d82b6a6
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 "3")
set(VERSION_PATCH "4")
find_program(APP_AWK awk)
if(NOT APP_AWK)