diff options
-rw-r--r-- | UPGRADING | 2 | ||||
-rw-r--r-- | web/lib/version.inc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Upgrading ========= -From 1.8.1 to X.X.X +From 1.8.1 to 1.8.2 ------------------- 1. Update the modified package timestamp for new packages. diff --git a/web/lib/version.inc b/web/lib/version.inc index a14f147..04238d9 100644 --- a/web/lib/version.inc +++ b/web/lib/version.inc @@ -1,3 +1,3 @@ <?php -define("AUR_VERSION", "v1.8.1"); +define("AUR_VERSION", "v1.8.2"); |