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:
authorJan Klass <kissaki@posteo.de>2019-09-16 23:59:45 +0300
committerJan Klass <kissaki@posteo.de>2019-09-22 11:24:19 +0300
commit19b57021683144590f46dc4b6b59076740e6b360 (patch)
tree5ace1c68d754c4879a6304c75a81e546e5f676fd /overlay_gl
parenta38d19a7595c3e672f5ed549400b36348e01e442 (diff)
Bump version to 1.4.0
1.3.0 has been released. master now represents the current state of development towards the next feature release 1.4.0. Bugfixes for 1.3 will happen in the 1.3.x branch. Compared to earlier version bumps we bump a lot more files because of we produce more artifacts; overlay process, dll and exe split, etc. This should have happened right after the 1.3.x branch was split off.
Diffstat (limited to 'overlay_gl')
-rw-r--r--overlay_gl/overlay_gl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay_gl/overlay_gl.pro b/overlay_gl/overlay_gl.pro
index 0cf0800a9..e678802ed 100644
--- a/overlay_gl/overlay_gl.pro
+++ b/overlay_gl/overlay_gl.pro
@@ -10,7 +10,7 @@ include(../qmake/compiler.pri)
TEMPLATE = lib
CONFIG -= qt gui
CONFIG *= debug_and_release
-VERSION = 1.3.0
+VERSION = 1.4.0
SOURCES = overlay.c
CONFIG(static) {