Release 0.11.0-rc1

This commit is contained in:
Maxime Quandalle 2016-07-20 22:36:05 +02:00
parent 79cc3556f5
commit 8dc35d638b
No known key found for this signature in database
GPG key ID: 428641C03D29CA10

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 10,
appVersion = 11,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.10.1"),
appMarketingVersion = (defaultText = "0.11.0-rc1"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,