update release.sh for the next version

This commit is contained in:
Michael Stapelberg 2015-03-29 17:45:46 +02:00
parent 909eefb868
commit b8057392c4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/zsh
# This script is used to prepare a new release of i3.
export RELEASE_VERSION="4.9.1"
export PREVIOUS_VERSION="4.9"
export RELEASE_VERSION="4.10"
export PREVIOUS_VERSION="4.9.1"
export RELEASE_BRANCH="master"
if [ ! -e "../i3.github.io" ]