diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-11-22 23:47:20 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-11-22 23:47:20 +0100 |
commit | aa2724bbfee4b2504a4e9d27e06037639c3bc3cc (patch) | |
tree | 3b20ddc8e8f5f546036656c3b68fc99958a130b9 | |
parent | aed8959322468cf9ecdb6ae034cf95af938917c1 (diff) |
Release 3.5.0v3.5.0
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-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 286aff1..2d6587a 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AUR_VERSION", "v3.4.3"); +define("AUR_VERSION", "v3.5.0"); |