release.sh: 4.10.3 release

This commit is contained in:
Michael Stapelberg 2015-07-30 22:07:51 +02:00
parent f87a78e1a9
commit e362c3cf30

View File

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