Change version numbers to start working on 2.4

This commit is contained in:
Mossroy 2018-06-04 22:50:36 +02:00
parent 2dc9dde3e0
commit a89e462fa9
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kiwix",
"version": "2.3-WIP",
"version": "2.4-WIP",
"description": "Kiwix : offline Wikipedia reader",

View File

@ -1,5 +1,5 @@
{
"version": "2.3-WIP",
"version": "2.4-WIP",
"name": "Kiwix",
"description": "Offline Wikipedia Viewer, and more",
"launch_path": "/www/index.html",

View File

@ -12,8 +12,8 @@ while getopts tdv: option; do
esac
done
MAJOR_NUMERIC_VERSION="2.3"
VERSION_TO_REPLACE="2\.3-WIP"
MAJOR_NUMERIC_VERSION="2.4"
VERSION_TO_REPLACE="2\.4-WIP"
# Set the secret environment variables if available
# The file set_secret_environment_variables.sh should not be commited for security reasons

View File

@ -4,7 +4,7 @@
"architecture": "all",
"maintainer": "Kiwix team <contact+ubuntutouch@kiwix.org>",
"framework" : "ubuntu-sdk-15.04.5",
"version" : "2.3-WIP",
"version" : "2.4-WIP",
"title": "kiwix",
"hooks": {
"ubports-little-webapp": {

View File

@ -51,7 +51,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand">Kiwix 2.3-WIP</a>
<a class="navbar-brand">Kiwix 2.4-WIP</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->