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>2009-12-11 14:33:23 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-12-11 14:33:23 +0300
commitf0298e366ee6853fb97c3b05b5be2b845755f174 (patch)
tree3b6026c4994c25282694f2190c992545dc35f3d1 /overlay_gl
parent867da14aacb290604faa603d358f2a2f9d6ec3f8 (diff)
Bump version to 1.2.1
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 3b3b55e30..d3c78d091 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.0
+VERSION = 1.2.1
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)