diff options
-rw-r--r-- | doc/VERSION.txt | 2 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/VERSION.txt b/doc/VERSION.txt index 2ffa83a4..75bb7a41 100644 --- a/doc/VERSION.txt +++ b/doc/VERSION.txt @@ -1 +1 @@ -OpenGnsys 1.1.0 r5607 +OpenGnsys 1.1.0 r5608 diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 11d08a94..04c525f2 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -73,7 +73,7 @@ if [ -d "$PROGRAMDIR/../installer" ]; then else USESVN=1 fi -SVN_URL="https://$OPENGNSYS_SERVER/svn/tags/opengnsys-1.1.0/" +SVN_URL="https://$OPENGNSYS_SERVER/svn/trunk/" WORKDIR=/tmp/opengnsys_update mkdir -p $WORKDIR |