Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 5bf3155

Browse files
author
LNJ
committed
Continue with 0.3.0-dev
1 parent bdeb14a commit 5bf3155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ set(APPLICATION_DESCRIPTION "Cross platform XMPP client")
1818

1919
# Version
2020
set(VERSION_MAJOR 0)
21-
set(VERSION_MINOR 2)
22-
set(VERSION_PATCH 3)
23-
#set(VERSION_EXTRA "dev")
21+
set(VERSION_MINOR 3)
22+
set(VERSION_PATCH 0)
23+
set(VERSION_EXTRA "dev")
2424
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2525
if(VERSION_EXTRA)
2626
set(VERSION_STRING ${VERSION_STRING}-${VERSION_EXTRA})

0 commit comments

Comments
 (0)