bump version to 2015

This commit is contained in:
Tobias Powalowski 2014-11-18 08:36:48 +01:00
parent f7ae1416ae
commit 515a2f1ae9
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ arch_usb_modeswitch arch_lockdown-ms arch_prebootloader arch_efivar net"
SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release
ARCHVERSION="2k14-R5"
ARCHVERSION="2k15-R1"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -28,7 +28,7 @@ arch_usb_modeswitch arch_lockdown-ms arch_prebootloader arch_efivar net"
SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release
ARCHVERSION="2k14-R5"
ARCHVERSION="2k15-R1"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -28,7 +28,7 @@ arch_lockdown-ms arch_prebootloader arch_efivar net"
SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release
ARCHVERSION="2k14-R5"
ARCHVERSION="2k15-R1"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -83,7 +83,7 @@ fi
# set defaults, if nothing given
[[ -z "${KERNEL}" ]] && KERNEL="$(uname -r)"
[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k14-R5"
[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k15-R1"
[[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)"
IMAGENAME_OLD="${IMAGENAME}"