Set version number in package script to 2.3.1

release/4.3a0
Richard Roberts 2013-08-13 18:42:50 +00:00
parent 6b8225b7f1
commit db7b5656df
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ fi
echo "Platform is ${platform}"
# Check for empty directory
# Check for empty diectory
if [ ! -z "`ls`" ]; then
echo "Please run this script from an empty build directory"
exit 1
@ -54,7 +54,7 @@ if [ ! $? ]; then
fi
# Compile
make -j4 install
make -j2 install
# Create package
tar czf gtsam-toolbox-2.3.0-$platform.tgz -C stage/borg toolbox
tar czf gtsam-toolbox-2.3.1-$platform.tgz -C stage/borg toolbox