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-03-23 02:38:10 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-03-23 02:38:10 +0300
commitb831cfc8f937f94f3108f456f0f08f5d2a81b38f (patch)
tree1bfd6ca639d6130f86b35e0c28bcc36d26356c4f /overlay_gl
parent1e9c4376120b08bbe7dd2f2431a5d99d55310741 (diff)
Bump version to 1.2.0
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 44e8354a3..3b3b55e30 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.1.8
+VERSION = 1.2.0
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)