diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-03-18 19:55:58 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-03-18 19:55:58 +0100 |
commit | fe096e31cfe396ae9893c2f04dbceff2e8d26828 (patch) | |
tree | 71b018778b367f5362e95603ad386148b0b67184 /web/lib/version.inc.php | |
parent | 22e8fce04ef50f8c22563678151477e2d8df6570 (diff) | |
download | aurweb-fe096e31cfe396ae9893c2f04dbceff2e8d26828.tar.xz |
Release 2.1.0
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/version.inc.php')
-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 36b6922..eaffdc7 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AUR_VERSION", "v2.0.1"); +define("AUR_VERSION", "v2.1.0"); |