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:
authorThorvald Natvig <slicer@users.sourceforge.net>2011-02-20 07:12:02 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2011-02-20 07:12:02 +0300
commit064a5a3672e285f296baa353ad5b2801dc730354 (patch)
treebe08814a26eec93714d28fe2816798e51e5db1fa /overlay_gl
parentd294ccd407d335bb962feeb403ebb97f1151ea08 (diff)
Bump version to 1.2.4
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 c02c11d59..7690a1462 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.3
+VERSION = 1.2.4
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)