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

Commit 3ab1d34

Browse files
committed
Release QXmpp 1.2.1
1 parent 74c0391 commit 3ab1d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(qxmpp)
33

44
set(VERSION_MAJOR 1)
55
set(VERSION_MINOR 2)
6-
set(VERSION_PATCH 0)
6+
set(VERSION_PATCH 1)
77
set(SO_VERSION 3)
88
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
99
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH VERSION_STRING)

0 commit comments

Comments
 (0)