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:
authorJan Klass <kissaki@posteo.de>2019-09-16 23:59:45 +0300
committerJan Klass <kissaki@posteo.de>2019-09-22 11:24:19 +0300
commit19b57021683144590f46dc4b6b59076740e6b360 (patch)
tree5ace1c68d754c4879a6304c75a81e546e5f676fd /overlay
parenta38d19a7595c3e672f5ed549400b36348e01e442 (diff)
Bump version to 1.4.0
1.3.0 has been released. master now represents the current state of development towards the next feature release 1.4.0. Bugfixes for 1.3 will happen in the 1.3.x branch. Compared to earlier version bumps we bump a lot more files because of we produce more artifacts; overlay process, dll and exe split, etc. This should have happened right after the 1.3.x branch was split off.
Diffstat (limited to 'overlay')
-rw-r--r--overlay/mumble_ol.rc8
-rw-r--r--overlay/overlay-shared.pro2
-rw-r--r--overlay/overlay_exe/overlay_exe.rc8
3 files changed, 9 insertions, 9 deletions
diff --git a/overlay/mumble_ol.rc b/overlay/mumble_ol.rc
index 8cd8e641c..cf71f0472 100644
--- a/overlay/mumble_ol.rc
+++ b/overlay/mumble_ol.rc
@@ -18,8 +18,8 @@
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,3,0,0
- PRODUCTVERSION 1,3,0,0
+ FILEVERSION 1,4,0,0
+ PRODUCTVERSION 1,4,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_DEBUG|VER_RELEASE)
FILEOS VOS_NT_WINDOWS32
@@ -32,8 +32,8 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "The Mumble Developers"
VALUE "FileDescription", "Mumble - Low-latency VoIP client"
- VALUE "FileVersion", "1.3.0"
- VALUE "ProductVersion", "1.3.0"
+ VALUE "FileVersion", "1.4.0"
+ VALUE "ProductVersion", "1.4.0"
VALUE "LegalCopyright", "Copyright (c) 2005-2019 The Mumble Developers"
VALUE "OriginalFilename", "mumble_ol.dll"
VALUE "ProductName", "Mumble"
diff --git a/overlay/overlay-shared.pro b/overlay/overlay-shared.pro
index 084fa97f3..3f5f30895 100644
--- a/overlay/overlay-shared.pro
+++ b/overlay/overlay-shared.pro
@@ -5,7 +5,7 @@
include (../qmake/compiler.pri)
-VERSION = 1.3.0
+VERSION = 1.4.0
TARGET_EXT = .dll
TEMPLATE = lib
CONFIG -= qt
diff --git a/overlay/overlay_exe/overlay_exe.rc b/overlay/overlay_exe/overlay_exe.rc
index d62e1b7fa..42a83d4c9 100644
--- a/overlay/overlay_exe/overlay_exe.rc
+++ b/overlay/overlay_exe/overlay_exe.rc
@@ -18,8 +18,8 @@
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,3,0,0
- PRODUCTVERSION 1,3,0,0
+ FILEVERSION 1,4,0,0
+ PRODUCTVERSION 1,4,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_DEBUG|VER_RELEASE)
FILEOS VOS_NT_WINDOWS32
@@ -32,8 +32,8 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "The Mumble Developers"
VALUE "FileDescription", "Mumble - Low-latency VoIP client"
- VALUE "FileVersion", "1.3.0"
- VALUE "ProductVersion", "1.3.0"
+ VALUE "FileVersion", "1.4.0"
+ VALUE "ProductVersion", "1.4.0"
VALUE "LegalCopyright", "Copyright (c) 2005-2019 The Mumble Developers"
VALUE "OriginalFilename", "mumble_ol_helper.exe"
VALUE "ProductName", "Mumble"