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

Bump according to semver rules.

This commit is contained in:
Brenden Matthews 2022-10-12 13:18:05 -05:00
parent c834e91a77
commit 5879954cc0
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -124,8 +124,8 @@ endif(OS_SOLARIS)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "13")
set(VERSION_PATCH "1")
set(VERSION_MINOR "14")
set(VERSION_PATCH "0")
find_program(APP_AWK awk)
if(NOT APP_AWK)