diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-07-01 21:35:36 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-07-01 21:35:36 +0200 |
commit | 61939d1ed7542406c1d61d777600fa68f9352a3c (patch) | |
tree | 3cf7e6c9366e40d5694938094e86c50c8654bdd7 /web | |
parent | 0baca92944ef55a8b7492eddb3125232662c98cc (diff) | |
download | aurweb-61939d1ed7542406c1d61d777600fa68f9352a3c.tar.xz |
Release 3.2.0
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web')
-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 37e8f46..c3edd6f 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AUR_VERSION", "v3.1.0"); +define("AUR_VERSION", "v3.2.0"); |