diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-10-26 12:56:12 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2019-10-26 12:56:12 +0200 |
| commit | 96032909669f7339b2a7bb70be9a45ee2739d3d7 (patch) | |
| tree | 0e93651aaa769d358f028b740156f6368b967b3f | |
| parent | 7f4b12fb05b0bc7edd3d3db33ff7eec9b9a229e3 (diff) | |
| download | qxmpp-96032909669f7339b2a7bb70be9a45ee2739d3d7.tar.gz | |
CMakeLists: Continue with development for QXmpp 1.1
I forgot to add that before.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bd8fc1f4..bdb8dc1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3) project(qxmpp) set(VERSION_MAJOR 1) -set(VERSION_MINOR 1) +set(VERSION_MINOR 2) set(VERSION_PATCH 0) set(SO_VERSION 2) set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) |
