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

Commit c1b15b6

Browse files
author
LNJ
committed
Release Kaidan v0.1.0
1 parent ced1f1f commit c1b15b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

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

1919
# Version
2020
set(VERSION_MAJOR 0)
21-
set(VERSION_MINOR 0)
22-
set(VERSION_PATCH 1)
21+
set(VERSION_MINOR 1)
22+
set(VERSION_PATCH 0)
2323
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
2424

2525
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

0 commit comments

Comments
 (0)