diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/publish-macosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 88fd3f7..ad0b988 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -3,7 +3,7 @@ VERSION=`date "+%Y.%m.%d"` #VERSION=2010.02 -export OPENCSGDIR=$PWD/../OpenCSG-1.2.0 +export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 `dirname $0`/release-common.sh -v $VERSION if [[ $? != 0 ]]; then |