From 18e48dd8fbf78f5787531c58e63675eb759604b0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 15 Aug 2016 09:41:44 +0200 Subject: [PATCH] Reset version number --- com.woltlab.wcf/package.xml | 9 ++------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 20e49fdc15..34e3058e0c 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 3.0.0 Alpha 2 - 2016-06-14 + 3.0.0 Alpha 1 + 2016-08-15 @@ -43,10 +43,5 @@ acp/post_install.php - - - - - diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 843ba33c5a..7924690a01 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.0.0 Alpha 2'); +define('WCF_VERSION', '3.0.0 Alpha 1'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1