1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00

Bump minor version

This commit is contained in:
Brenden Matthews 2024-05-02 11:28:28 -04:00
parent 8ba6cf625c
commit 9dfc7318f9

View File

@ -132,8 +132,8 @@ endif(OS_HAIKU)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "20")
set(VERSION_PATCH "3")
set(VERSION_MINOR "21")
set(VERSION_PATCH "0")
find_program(APP_AWK awk)