From: Andy Witter Date: Tue, 23 Apr 2013 11:18:15 +0000 (-0400) Subject: Fix version information X-Git-Tag: GenaSYS-2.3.6~43 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4b70cc60e73a2ad69cffae5e85d35df647efb186;p=contrib%2Fpines%2Fgenasys.git Fix version information --- diff --git a/GenaSYS.sh b/GenaSYS.sh index e09c538..3ef6c93 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -26,7 +26,7 @@ SYNOPSIS_="$NAME_" REQUIRES_="standard GNU commands, apt, dpkg" VERSION_="1.01" - DATE_="2010-09-18; last update: 2013-04-16" + DATE_="2010-09-18; last update: 2013-04-22" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" @@ -53,7 +53,7 @@ done WD=$(dirname $(readlink -f $0)) CUSTOMDIR="$WD/custom" -EG_VERSION="2.3.5" +EG_VERSION="2.3.6" LICENSE="$WD/License.txt" TEMPLATEDIR="$WD/templates" DEFAULT_PRIVATE_NET="10.0.1"