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:
-rw-r--r--README.Linux2
-rw-r--r--installer/Mumble.nsi4
-rw-r--r--overlay_gl/overlay_gl.pro2
-rw-r--r--src/mumble.pri2
-rw-r--r--src/mumble/mumble.plist2
-rw-r--r--src/mumble/mumble.rc8
-rw-r--r--src/murmur/murmur.rc8
7 files changed, 14 insertions, 14 deletions
diff --git a/README.Linux b/README.Linux
index 31f2f4aac..af1e51225 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.1.6 gamename
+ LD_PRELOAD=/path/to/libmumble.so.1.1.7 gamename
If you have Mumble installed through the binary packages, this can be done by
simply typing:
diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi
index 4aa5bbb59..458515718 100644
--- a/installer/Mumble.nsi
+++ b/installer/Mumble.nsi
@@ -148,11 +148,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.6.exe?download"
+ "InstallSource" "http://prdownloads.sourceforge.net/mumble/Mumble-1.1.7.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.6"
+ "DisplayVersion" "1.1.7"
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 7b3c12b97..eeca3171a 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.6
+VERSION = 1.1.7
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden
diff --git a/src/mumble.pri b/src/mumble.pri
index 9ef18b097..4db80064f 100644
--- a/src/mumble.pri
+++ b/src/mumble.pri
@@ -1,6 +1,6 @@
include(../compiler.pri)
-VERSION = 1.1.6
+VERSION = 1.1.7
DIST = mumble.pro murmur.pro mumble.pri mumble.ico Message.h mumble_plugin.h PacketDataStream.h CryptState.h Timer.h Version.h
CONFIG += qt thread debug_and_release warn_on
DEFINES *= MUMBLE_VERSION_STRING=$$VERSION
diff --git a/src/mumble/mumble.plist b/src/mumble/mumble.plist
index 0132067c9..81f3fb2ee 100644
--- a/src/mumble/mumble.plist
+++ b/src/mumble/mumble.plist
@@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.1.6</string>
+ <string>1.1.7</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2005-2008 Thorvald Natvig &lt;slicer@users.sourceforge.net&gt;</string>
</dict>
diff --git a/src/mumble/mumble.rc b/src/mumble/mumble.rc
index 57eb7e7b4..955a58cfa 100644
--- a/src/mumble/mumble.rc
+++ b/src/mumble/mumble.rc
@@ -15,8 +15,8 @@ IDI_ICON1 ICON DISCARDABLE "..\\..\\icons\\mumble.ico"
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,1,6,0
- PRODUCTVERSION 1,1,6,0
+ FILEVERSION 1,1,7,0
+ PRODUCTVERSION 1,1,7,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_DEBUG|VER_RELEASE)
FILEOS VOS_NT_WINDOWS32
@@ -29,8 +29,8 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "Thorvald Natvig"
VALUE "FileDescription", "Mumble - Low-latency VoIP client"
- VALUE "FileVersion", "1.1.6"
- VALUE "ProductVersion", "1.1.6"
+ VALUE "FileVersion", "1.1.7"
+ VALUE "ProductVersion", "1.1.7"
VALUE "LegalCopyright", "Copyright (C) 2005-2008, Thorvald Natvig <thorvald@natvig.com>"
VALUE "OriginalFilename", "mumble.exe"
VALUE "ProductName", "Mumble"
diff --git a/src/murmur/murmur.rc b/src/murmur/murmur.rc
index 4478eaeb4..b64326fba 100644
--- a/src/murmur/murmur.rc
+++ b/src/murmur/murmur.rc
@@ -15,8 +15,8 @@ IDI_ICON1 ICON DISCARDABLE "..\\..\\icons\\murmur.ico"
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,1,6,0
- PRODUCTVERSION 1,1,6,0
+ FILEVERSION 1,1,7,0
+ PRODUCTVERSION 1,1,7,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_DEBUG|VER_RELEASE)
FILEOS VOS_NT_WINDOWS32
@@ -29,8 +29,8 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "Thorvald Natvig"
VALUE "FileDescription", "Murmur - Low-latency VoIP server"
- VALUE "FileVersion", "1.1.6"
- VALUE "ProductVersion", "1.1.6"
+ VALUE "FileVersion", "1.1.7"
+ VALUE "ProductVersion", "1.1.7"
VALUE "LegalCopyright", "Copyright (C) 2005-2008, Thorvald Natvig <thorvald@natvig.com>"
VALUE "OriginalFilename", "murmur.exe"
VALUE "ProductName", "Mumble"