diff --git a/README.Linux b/README.Linux index ae5b821b9..230c2cf3b 100644 --- a/README.Linux +++ b/README.Linux @@ -6,7 +6,7 @@ The OpenGL overlay works by intercepting the call to switch buffers, and just before the buffer switch we draw our nice GUI. To load a game with the overlay enabled, start the game as this: - LD_PRELOAD=/path/to/libmumble.so.1.0.0 gamename + LD_PRELOAD=/path/to/libmumble.so.1.1.1 gamename If you have Mumble installed through the binary packages, this can be done by simply typing: diff --git a/debian/changelog b/debian/changelog index c28530c2b..545a1a87a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +mumble (1.1.1) gutsy; urgency=low + + * Bugfixes + + -- Thorvald Natvig Sat, 20 Oct 2007 01:00:00 +0200 + mumble (1.1.0) gutsy; urgency=low * Multiserver support - -- Thorvald Natvig Sat, 19 Oct 2007 14:15:00 +0200 + -- Thorvald Natvig Fri, 19 Oct 2007 14:15:00 +0200 mumble (1.0.0) feisty; urgency=low diff --git a/debian/rules b/debian/rules index 4efaaba14..ade22c1d6 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. - qmake-qt4 DEFINES+=MUMBLE_VERSION="1.1.0" main.pro + qmake-qt4 DEFINES+=MUMBLE_VERSION="1.1.1" main.pro touch configure-stamp @@ -89,7 +89,7 @@ install-arch: install -d $(CURDIR)/debian/mumble-server/usr/bin install ./release/mumble $(CURDIR)/debian/mumble/usr/bin install ./scripts/mumble-overlay $(CURDIR)/debian/mumble/usr/bin - install ./release/libmumble.so.1.1.0 $(CURDIR)/debian/mumble/usr/lib/ + install ./release/libmumble.so.1.1.1 $(CURDIR)/debian/mumble/usr/lib/ install ./release/murmurd $(CURDIR)/debian/mumble-server/usr/bin # install menu entry diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi index 0dd912d94..b670ddde7 100644 --- a/installer/Mumble.nsi +++ b/installer/Mumble.nsi @@ -123,11 +123,11 @@ Section "Mumble & Murmur" SecMumble WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mumble" \ "Publisher" "Mumble" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mumble" \ - "InstallSource" "http://prdownloads.sourceforge.net/mumble/Mumble-1.1.0.exe?download" + "InstallSource" "http://prdownloads.sourceforge.net/mumble/Mumble-1.1.1.exe?download" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mumble" \ "URLInfoAbout" "http://mumble.sourceforge.net/" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mumble" \ - "DisplayVersion" "1.1.0" + "DisplayVersion" "1.1.1" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mumble" \ "NoModify" 1 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mumble" \ diff --git a/overlay_gl/overlay_gl.pro b/overlay_gl/overlay_gl.pro index d1d199aa4..31c53c0e1 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 -VERSION = 1.1.0 +VERSION = 1.1.1 SOURCES = overlay.c LIBS += -lrt -ldl QMAKE_CFLAGS += -fvisibility=hidden diff --git a/scripts/mumble-overlay b/scripts/mumble-overlay index 93d03fe08..1448293d8 100644 --- a/scripts/mumble-overlay +++ b/scripts/mumble-overlay @@ -6,4 +6,4 @@ if [ -f /etc/sysconfig/mumble ]; then . /etc/sysconfig/mumble fi -LD_PRELOAD="${MUMBLE_OVERLAY_PATH}/libmumble.so.1.1.0 ${LD_PRELOAD}" "${@}" +LD_PRELOAD="${MUMBLE_OVERLAY_PATH}/libmumble.so.1.1.1 ${LD_PRELOAD}" "${@}" diff --git a/src/mumble.pri b/src/mumble.pri index e396b79d4..afe3b42dd 100644 --- a/src/mumble.pri +++ b/src/mumble.pri @@ -1,4 +1,4 @@ -VERSION = 1.1.0 +VERSION = 1.1.1 DIST = mumble.pro murmur.pro mumble.pri mumble.ico Message.h mumble_plugin.h PacketDataStream.h CryptState.h Timer.h CONFIG += qt thread debug_and_release warn_on !nopch {