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