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 /installer
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 '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" ?>