update release.sh for 4.11 release

next
Michael Stapelberg 2015-09-30 09:06:34 +02:00
parent 2453feb4e7
commit 2c4fd56069
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/bin/zsh
# This script is used to prepare a new release of i3.
export RELEASE_VERSION="4.10.4"
export PREVIOUS_VERSION="4.10.3"
export RELEASE_BRANCH="master"
export RELEASE_VERSION="4.11"
export PREVIOUS_VERSION="4.10.4"
export RELEASE_BRANCH="next"
if [ ! -e "../i3.github.io" ]
then