diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-08-17 21:35:56 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-08-17 21:35:56 +0200 |
commit | 95df5e4503f556581dd824546683e769c3912e1e (patch) | |
tree | aa921d035c095fffc1fd4a158f67e73bd18036d6 /web/lib | |
parent | 5abd366547b74e51df3140c31971905ceb563b00 (diff) |
Release 2.2.1v2.2.1
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 6f1ff86..f172f83 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AUR_VERSION", "v2.2.0"); +define("AUR_VERSION", "v2.2.1"); |