Skip to content

Commit

Permalink
Release QXmpp 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Mar 31, 2020
1 parent 74c0391 commit 3ab1d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(qxmpp)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
set(SO_VERSION 3)
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH VERSION_STRING)
Expand Down

0 comments on commit 3ab1d34

Please sign in to comment.