Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-02-10 10:39:08 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2021-02-10 10:39:08 +0300
commitc0b5be7134673fa1c4c434b72552c200bca37b8d (patch)
treea8d24817082f4ea41cc3521b8de6577f2647ba9d /src/mumble.pri
parent902378923c17b8841f493565a2120520d0fdbe86 (diff)
MAINT: Bump version to 1.3.41.3.4
Diffstat (limited to 'src/mumble.pri')
-rw-r--r--src/mumble.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mumble.pri b/src/mumble.pri
index 0aa3f2c2e..e2a793f8f 100644
--- a/src/mumble.pri
+++ b/src/mumble.pri
@@ -1,4 +1,4 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
+# Copyright 2005-2021 The Mumble Developers. All rights reserved.
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
@@ -8,7 +8,7 @@ include(../qmake/qt.pri)
include(../qmake/rcc.pri)
include(../qmake/pkgconfig.pri)
-VERSION = 1.3.3
+VERSION = 1.3.4
DIST = mumble.pri Message.h PacketDataStream.h CryptState.h Timer.h Version.h OSInfo.h SSL.h
CONFIG += qt thread debug_and_release warn_on
DEFINES *= MUMBLE_VERSION_STRING=$$VERSION