diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-02-15 08:18:55 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-02-15 08:18:55 +0100 |
commit | d38a562b4d60c480fe27e5a4010e378a4485035b (patch) | |
tree | b43eaefbc7e0450110bc5ced5116b93af3eff20e /web/lib | |
parent | e2632ea6c905f92ab62242abe594845c890878e0 (diff) |
Release 4.2.0v4.2.0
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 7241c3e..37f30f0 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AURWEB_VERSION", "v4.1.1"); +define("AURWEB_VERSION", "v4.2.0"); |