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
path: root/macx
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 /macx
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 'macx')
-rw-r--r--macx/common.pri2
-rw-r--r--macx/osax/osax.plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/macx/common.pri b/macx/common.pri
index 05f68ef9a..5f26e5de8 100644
--- a/macx/common.pri
+++ b/macx/common.pri
@@ -5,7 +5,7 @@
# Common OSX overlay settings.
-VERSION = 1.3.0
+VERSION = 1.4.0
DEFINES *= VERSION=\\\"$$VERSION\\\"
diff --git a/macx/osax/osax.plist b/macx/osax/osax.plist
index d141e6b05..99f81ef20 100644
--- a/macx/osax/osax.plist
+++ b/macx/osax/osax.plist
@@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>osax</string>
<key>CFbundleVersion</key>
- <string>1.3.0</string>
+ <string>1.4.0</string>
<key>CFBundleSignature</key>
<string>MUOL</string>
<key>CSResourcesFileMapped</key>