From: Alexander Ebert Date: Mon, 15 Aug 2016 07:41:44 +0000 (+0200) Subject: Reset version number X-Git-Tag: 3.0.0_Beta_1~753 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=18e48dd8fbf78f5787531c58e63675eb759604b0;p=GitHub%2FWoltLab%2FWCF.git Reset version number --- 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());