Release v0.10.0-rc1

This commit is contained in:
Maxime Quandalle 2015-12-07 19:22:51 -05:00
parent 00ee9a8015
commit b719968df5

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"), appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user. # The name of the app as it is displayed to the user.
appVersion = 6, appVersion = 7,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "0.9.0"), appMarketingVersion = (defaultText = "0.10.0-RC1"),
# Human-readable presentation of the app version. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,
@ -83,7 +83,7 @@ const pkgdef :Spk.PackageDefinition = (
], ],
changeLog = ( changeLog = (
defaultText = embed "History.md", defaultText = embed "Changelog.md",
localizations = [ localizations = [
(locale = "fr", text = embed "meta/t9n-changelog/fr.md"), (locale = "fr", text = embed "meta/t9n-changelog/fr.md"),
], ],