diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-05-07 11:12:39 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-05-07 11:12:39 +0200 |
commit | 33bdc023d67f209d80b08211104612cbe511c7a3 (patch) | |
tree | bbbaaf18ffe2f420138d5fe79bccc4888fdfe56e /web/lib | |
parent | d886ca825b2f7fe969a61e47015f38c1331fed97 (diff) |
Release 3.0.0-rc2v3.0.0-rc2
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/version.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/version.inc.php b/web/lib/version.inc.php index bc35ffa..ea33ace 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AUR_VERSION", "v3.0.0-rc1"); +define("AUR_VERSION", "v3.0.0-rc2"); |