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-22 12:37:14 +0300
committerGitHub <noreply@github.com>2019-09-22 12:37:14 +0300
commit413951ce0c58a54aff652412dac1cb5496477691 (patch)
tree4e58bfde2bd0a9f309feb6399631a1fc2d1b8ec5 /installer
parent9318027ec9c2139fc0779b8cd7f2b93152475a89 (diff)
parent19b57021683144590f46dc4b6b59076740e6b360 (diff)
Merge PR #3799: 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. Fixes #3761 Waiting on response from xPoke in that ticket concerning theme version. That will have to be landed first, and then this PR updated with the landed commit in mumble-theme. Feel free to already review independent of xPoke response. As the mumble-theme commit did not land yet checking out this PR will not work (for others than me who has the commit locally).
Diffstat (limited to 'installer')
-rw-r--r--installer/Settings.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/Settings.wxi b/installer/Settings.wxi
index 2f7e526c0..85158c15a 100644
--- a/installer/Settings.wxi
+++ b/installer/Settings.wxi
@@ -2,7 +2,7 @@
<Include>
<?define ProductName = "Mumble" ?>
<?define ProductManufacturer = "The Mumble Developers" ?>
- <?define ProductVersion = "1.3.0" ?>
+ <?define ProductVersion = "1.4.0" ?>
<?if $(sys.BUILDARCH) = "x86" ?>
<?define ProductUpgradeCode = "B0EEFCC7-8A9c-4471-AB10-CBD35BE3161D" ?>