1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-13 19:22:58 +00:00

Bump version.

This commit is contained in:
Brenden Matthews 2023-02-18 09:35:48 -05:00
parent f3b7b1f189
commit e3ed817216
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

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