1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-12 19:06:36 +00:00

Bump again according to semver rules.

This commit is contained in:
Brenden Matthews 2022-10-12 13:18:51 -05:00
parent 5879954cc0
commit f0d6b4532a
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
set(VERSION_MAJOR "1")
set(VERSION_MINOR "14")
set(VERSION_PATCH "0")
set(VERSION_PATCH "1")
find_program(APP_AWK awk)
if(NOT APP_AWK)