Skip to content

Commit 5879954

Browse files
committed
Bump according to semver rules.
1 parent c834e91 commit 5879954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/Conky.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ endif(OS_SOLARIS)
124124

125125
# Do version stuff
126126
set(VERSION_MAJOR "1")
127-
set(VERSION_MINOR "13")
128-
set(VERSION_PATCH "1")
127+
set(VERSION_MINOR "14")
128+
set(VERSION_PATCH "0")
129129

130130
find_program(APP_AWK awk)
131131
if(NOT APP_AWK)

0 commit comments

Comments
 (0)