diff options
-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 |