diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-12 17:15:46 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-12 17:15:46 +0200 |
commit | 4c1bb8b7e510dd85b290f43c2439ca2f017d0dd6 (patch) | |
tree | d00088e234d94c2016dd2f6590f30454925ffcf4 /web/lib | |
parent | e986ced395653ed04b3096cfaf0de3514c6c6c76 (diff) |
Release 4.0.0-rc4v4.0.0-rc4
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
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 8b58f2e..96c6a89 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AURWEB_VERSION", "v4.0.0-rc3"); +define("AURWEB_VERSION", "v4.0.0-rc4"); |