diff --git a/installer/create_installer.sh b/installer/create_installer.sh index 8c5ca057d2..d68249fb3d 100755 --- a/installer/create_installer.sh +++ b/installer/create_installer.sh @@ -3,7 +3,7 @@ cd "$(dirname "$0")" VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" ) -VERSION="$VERSION-p2" +VERSION="$VERSION-p3" echo "Be certain that you're in the 'installer' directory before continuing." read -p "Press any key to continue, or CTRL-C to exit..."