bump release

This commit is contained in:
Tobias Powalowski 2013-10-10 09:29:20 +02:00
parent fb9ec2eb92
commit 25f5791331
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="2k13-R3"
ARCHVERSION="2k13-R4"
###### 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="2k13-R3"
ARCHVERSION="2k13-R4"
###### 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="2k13-R3"
ARCHVERSION="2k13-R4"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

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