release.sh: 4.10.3 release

next
Michael Stapelberg 2015-07-30 22:07:51 +02:00
parent f87a78e1a9
commit e362c3cf30
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.2"
export PREVIOUS_VERSION="4.10.1"
export RELEASE_VERSION="4.10.3"
export PREVIOUS_VERSION="4.10.2"
export RELEASE_BRANCH="master"
if [ ! -e "../i3.github.io" ]