Skip to content

Commit

Permalink
Merge PR #3309: Bump version to 1.2.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici authored Jan 15, 2018
2 parents 6dbd656 + 728d90e commit d3ed702
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion g15helper/g15helper.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>G15H</string>
<key>CFBundleVersion</key>
<string>1.2.19</string>
<string>1.2.20</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2009 Mikkel Krautz &lt;[email protected]&gt;</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions g15helper/g15helper.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ IDI_ICON1 ICON DISCARDABLE "..\\icons\\g15helper.ico"
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,19,0
PRODUCTVERSION 1,2,19,0
FILEVERSION 1,2,20,0
PRODUCTVERSION 1,2,20,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_DEBUG|VER_RELEASE)
FILEOS VOS_NT_WINDOWS32
Expand All @@ -29,8 +29,8 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "Mikkel Krautz"
VALUE "FileDescription", "Mumble G15 LCD Helper"
VALUE "FileVersion", "1.2.19"
VALUE "ProductVersion", "1.2.19"
VALUE "FileVersion", "1.2.20"
VALUE "ProductVersion", "1.2.20"
VALUE "LegalCopyright", "Copyright (C) 2008-2011, Mikkel Krautz <[email protected]>"
VALUE "OriginalFilename", "mumble-g15-helper.exe"
VALUE "ProductName", "Mumble G15 LCD Helper"
Expand Down
2 changes: 1 addition & 1 deletion installer/Settings.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Include>
<?define ProductName = "Mumble" ?>
<?define ProductManufacturer = "Thorvald Natvig" ?>
<?define ProductVersion = "1.2.19" ?>
<?define ProductVersion = "1.2.20" ?>

<!-- Defaults for values that aren't given by environment variables -->
<?ifndef env.MumbleSourceDir ?>
Expand Down
2 changes: 1 addition & 1 deletion macx/common.pri
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Common OSX overlay settings.

VERSION = 1.2.19
VERSION = 1.2.20

DEFINES *= VERSION=\\\"$$VERSION\\\"

2 changes: 1 addition & 1 deletion macx/osax/osax.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>osax</string>
<key>CFbundleVersion</key>
<string>1.2.19</string>
<string>1.2.20</string>
<key>CFBundleSignature</key>
<string>MUOL</string>
<key>CSResourcesFileMapped</key>
Expand Down
2 changes: 1 addition & 1 deletion overlay/overlay.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include (../compiler.pri)

VERSION = 1.2.19
VERSION = 1.2.20
TARGET_EXT = .dll
TEMPLATE = lib
CONFIG -= qt
Expand Down
2 changes: 1 addition & 1 deletion overlay_gl/overlay_gl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TEMPLATE = lib
CONFIG -= qt
CONFIG *= debug_and_release
TARGET = mumble$(TARGET_ADD)
VERSION = 1.2.19
VERSION = 1.2.20
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)
Expand Down
2 changes: 1 addition & 1 deletion src/mumble.pri
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(../compiler.pri)

VERSION = 1.2.19
VERSION = 1.2.20
DIST = mumble.pri Message.h PacketDataStream.h CryptState.h Timer.h Version.h OSInfo.h SSL.h Mumble.proto
CONFIG += qt thread debug_and_release warn_on
DEFINES *= MUMBLE_VERSION_STRING=$$VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/mumble/mumble.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.2.19</string>
<string>1.2.20</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2005-2010 Thorvald Natvig &lt;[email protected]&gt;</string>
<key>NSPrincipalClass</key>
Expand Down
8 changes: 4 additions & 4 deletions src/mumble/mumble.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ IDI_ICON1 ICON DISCARDABLE "..\\..\\icons\\mumble.ico"
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,19,0
PRODUCTVERSION 1,2,19,0
FILEVERSION 1,2,20,0
PRODUCTVERSION 1,2,20,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_DEBUG|VER_RELEASE)
FILEOS VOS_NT_WINDOWS32
Expand All @@ -29,8 +29,8 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "Thorvald Natvig"
VALUE "FileDescription", "Mumble - Low-latency VoIP client"
VALUE "FileVersion", "1.2.19"
VALUE "ProductVersion", "1.2.19"
VALUE "FileVersion", "1.2.20"
VALUE "ProductVersion", "1.2.20"
VALUE "LegalCopyright", "Copyright (C) 2005-2011, Thorvald Natvig <[email protected]>"
VALUE "OriginalFilename", "mumble.exe"
VALUE "ProductName", "Mumble"
Expand Down
2 changes: 1 addition & 1 deletion src/murmur/murmur.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>MMUR</string>
<key>CFBundleVersion</key>
<string>1.2.19</string>
<string>1.2.20</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2005-2010 Thorvald Natvig &lt;[email protected]&gt;</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions src/murmur/murmur.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ IDI_ICON1 ICON DISCARDABLE "..\\..\\icons\\murmur.ico"
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,19,0
PRODUCTVERSION 1,2,19,0
FILEVERSION 1,2,20,0
PRODUCTVERSION 1,2,20,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_DEBUG|VER_RELEASE)
FILEOS VOS_NT_WINDOWS32
Expand All @@ -29,8 +29,8 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "Thorvald Natvig"
VALUE "FileDescription", "Murmur - Low-latency VoIP server"
VALUE "FileVersion", "1.2.19"
VALUE "ProductVersion", "1.2.19"
VALUE "FileVersion", "1.2.20"
VALUE "ProductVersion", "1.2.20"
VALUE "LegalCopyright", "Copyright (C) 2005-2011, Thorvald Natvig <[email protected]>"
VALUE "OriginalFilename", "murmur.exe"
VALUE "ProductName", "Mumble"
Expand Down

0 comments on commit d3ed702

Please sign in to comment.