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-02-10 15:28:16 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-02-10 15:28:16 +0300
commite31b2659de03e36f352fa15b3d9d968bc1ee2fdf (patch)
treef15e961fcff18b56100f911d6705e99e375f284f /overlay_gl
parente2412af574ca37151aaa274bd1d97f08d7459ee5 (diff)
Bump version to 1.2.3
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 eddb2136f..c02c11d59 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.2
+VERSION = 1.2.3
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)