diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-01-16 11:59:18 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-01-16 11:59:18 +0100 |
commit | dc71296431ac9cf2c4bd6480b0a46216840b9f00 (patch) | |
tree | 7e9ca38f2848d46705067c6e8d5e97389f4220be | |
parent | 3f7a216d2d79a1b37e4bfee6a6ec7e1742f96736 (diff) |
#946: Update release number.
-rw-r--r-- | doc/VERSION.json | 2 | ||||
-rwxr-xr-x | installer/opengnsys_installer.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/VERSION.json b/doc/VERSION.json index 1d1910c0..cbc07e55 100644 --- a/doc/VERSION.json +++ b/doc/VERSION.json @@ -1,6 +1,6 @@ { "project": "OpenGnsys", - "version": "1.1.1", + "version": "1.1.1a", "codename": "Espeto", "definition": "http://www.andalucia.com/gastronomy/espeto.htm", "release": "" diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 95cd86ea..91f0ecc5 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1099,6 +1099,7 @@ function installWebFiles() # Copiar ficheros en la zona de descargas de OpenGnsys Web Console. function installDownloadableFiles() { + local INSTVERSION="1.1.1" ### TEMPORAL. local FILENAME=ogagentpkgs-$INSTVERSION.tar.gz local TARGETFILE=$WORKDIR/$FILENAME |