Skip to content
Snippets Groups Projects
Unverified Commit d243adbe authored by Hernán Asorey's avatar Hernán Asorey
Browse files

version added

parent 9d5cab56
No related branches found
No related tags found
No related merge requests found
...@@ -10,15 +10,13 @@ ...@@ -10,15 +10,13 @@
# License: BSD-3-Clause # License: BSD-3-Clause
# See the LICENSE file in the project root for full license information. # See the LICENSE file in the project root for full license information.
################################################################################ ################################################################################
VERSION="1.5" VERSION="1.5.0"
export LAGO_ANNA=${PWD} export LAGO_ANNA=${PWD}
export LAGO_ANNA_VERSION=${VERSION}
date=$(date -u) date=$(date -u)
echo "# echo "#
## Changes added by the LAGO ANNA suite on $date ## Changes added by the LAGO ANNA suite on $date
# #
export LAGO_ANNA=\"${LAGO_ANNA}\" export LAGO_ANNA=\"${LAGO_ANNA}\"
export LAGO_ANNA_VERSION=\"${VERSION}\"
export PATH=\"\${LAGO_ANNA}:\$PATH\" export PATH=\"\${LAGO_ANNA}:\$PATH\"
" >> ${HOME}/.bashrc " >> ${HOME}/.bashrc
source ${HOME}/.bashrc source ${HOME}/.bashrc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment