diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-03-09 09:24:52 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-03-09 09:24:52 +0100 |
commit | bfb25807c49d3f35cdce91947a442455e1940392 (patch) | |
tree | 5058286d8ad1cd6e4dabcdd9490e8f5bf2c0357b /web/lib | |
parent | d4272a61721cd93c40e9485040a74ffb29a99edb (diff) | |
download | aurweb-bfb25807c49d3f35cdce91947a442455e1940392.tar.xz |
Release 1.9.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 feaa85e..c9d17d8 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AUR_VERSION", "v1.9.0"); +define("AUR_VERSION", "v1.9.1"); |