From 3c36b1a073faa139a883e36da79a27011a2c163a Mon Sep 17 00:00:00 2001 From: Jared Whiklo Date: Tue, 1 Nov 2016 19:27:24 -0500 Subject: [PATCH] Change tag labels for release version --- install_scripts/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_scripts/config b/install_scripts/config index 27c6bd9..d15c089 100644 --- a/install_scripts/config +++ b/install_scripts/config @@ -12,8 +12,8 @@ if [ ! -d $DOWNLOAD_DIR ]; then mkdir $DOWNLOAD_DIR fi -FEDORA_VERSION=4.7.0-RC-2 -FEDORA_TAG=4.7.0-RC-2 +FEDORA_VERSION=4.7.0 +FEDORA_TAG=4.7.0 # true to enable auth, false to disable it FEDORA_AUTH=true FEDORA_AUDIT=true