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>2010-01-10 20:12:09 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-01-10 20:12:18 +0300
commit3a2280f9d3e839f5fee3c89d938a5d29c12cf43d (patch)
tree3b01a2e5a59b2ab7a28d880e15650286b1f3a033 /overlay_gl
parent360085fdf314626513ccd80d5af8dbe92da91118 (diff)
Bump version to 1.2.2
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 d3c78d091..eddb2136f 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.1
+VERSION = 1.2.2
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)