diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-11-04 11:15:10 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-11-04 11:15:10 +0100 |
commit | 406686bc22f39342c0faf8c83e4a68d7321611ff (patch) | |
tree | 7cd5aef85a91aa7756936041bef53e5d023a096b /web/lib | |
parent | b3dd31bf171eb7152cf29d32fa8404551543669f (diff) | |
download | aur-2.0.0.tar.gz aur-2.0.0.tar.xz |
Release 2.0.0v2.0.0
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 273b03e1..471af04e 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AUR_VERSION", "v2.0.0-rc2"); +define("AUR_VERSION", "v2.0.0"); |