release.sh changes for v4.17

next
Michael Stapelberg 2019-08-03 15:29:04 +02:00
parent c36311f614
commit 840d9202d1
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.16"
export PREVIOUS_VERSION="4.15"
export RELEASE_VERSION="4.17"
export PREVIOUS_VERSION="4.16"
export RELEASE_BRANCH="next"
if [ ! -e "../i3.github.io" ]