From 2d5127dace5858d420ed9ea8a9d2b897c13b0499 Mon Sep 17 00:00:00 2001 From: gildeluermoz Date: Tue, 13 Oct 2015 12:41:41 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9paration=20de=20la=20premi=C3=A8re=20re?= =?UTF-8?q?lease?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 1 + docs/changelog.rst | 6 +++++- web/js/application.layout.js | 4 ++-- web/js/settings.js.sample | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..afaf360 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.0 \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 9c333d1..e3a62bb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,8 +7,12 @@ next ## Changements - * todo +1.0.0 (2015-10-13) +------------------ + +* version stabilisée avec script d'installation + 0.1.0 (2015-01-28) ------------------ diff --git a/web/js/application.layout.js b/web/js/application.layout.js index 7f4fe43..04f53c9 100644 --- a/web/js/application.layout.js +++ b/web/js/application.layout.js @@ -845,9 +845,9 @@ application.layout = function() { ,bbar: new Ext.Toolbar({ items: [ '->', - '© Parc national des Ecrins', + '© Parc national des Ecrins - 2015', '-', - 'Réalisation Parc national des Ecrins - 2015 ' + 'Version ' + version ,{ text: 'Déconnexion' ,iconCls: 'disconnect' diff --git a/web/js/settings.js.sample b/web/js/settings.js.sample index 1be55cc..af6bff4 100644 --- a/web/js/settings.js.sample +++ b/web/js/settings.js.sample @@ -1 +1,2 @@ -var emailSuffix = 'ecrins-parcnational.fr' +var version = '1.0.0'; +var emailSuffix = 'ecrins-parcnational.fr'; \ No newline at end of file