update release.sh for the 4.12 release

next
Michael Stapelberg 2016-03-06 16:27:49 +01:00
parent 018a47ceef
commit cb4235706f
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.11"
export PREVIOUS_VERSION="4.10.4"
export RELEASE_VERSION="4.12"
export PREVIOUS_VERSION="4.11"
export RELEASE_BRANCH="next"
if [ ! -e "../i3.github.io" ]