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-03-06 08:08:28 -05:00
parent 566fbe7187
commit 7b97eb73f0
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0

View File

@ -125,7 +125,7 @@ endif(OS_SOLARIS)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "18")
set(VERSION_PATCH "3")
set(VERSION_PATCH "4")
find_program(APP_AWK awk)
if(NOT APP_AWK)