prepare release.sh for 4.10.1

next
Michael Stapelberg 2015-03-29 18:51:04 +02:00
parent 9515cb0713
commit aef495faba
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.10"
export PREVIOUS_VERSION="4.9.1"
export RELEASE_VERSION="4.10.1"
export PREVIOUS_VERSION="4.10"
export RELEASE_BRANCH="next"
if [ ! -e "../i3.github.io" ]