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:
authorMikkel Krautz <mikkel@krautz.dk>2013-06-09 01:41:43 +0400
committerMikkel Krautz <mikkel@krautz.dk>2013-06-09 01:41:51 +0400
commit8632246f9881b706dc6f78730997f37bcc14896f (patch)
tree2ed9f963cfbc4e525b464819e06c37e456a38b7f /overlay_gl
parentdee463ef52d8406d0a925facfabead616f0f9dc2 (diff)
Bump version to 1.2.5
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 7690a1462..e1982d6d2 100644
--- a/overlay_gl/overlay_gl.pro
+++ b/overlay_gl/overlay_gl.pro
@@ -5,7 +5,7 @@ TEMPLATE = lib
CONFIG -= qt
CONFIG *= debug_and_release
TARGET = mumble$(TARGET_ADD)
-VERSION = 1.2.4
+VERSION = 1.2.5
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)