diff options
author | Paul Mattal <paul@mattal.com> | 2007-10-11 15:36:08 +0200 |
---|---|---|
committer | Paul Mattal <paul@mattal.com> | 2007-10-11 15:36:08 +0200 |
commit | 9638a5c8e385e05039abed1adee34db245c921fa (patch) | |
tree | e5e65bc9b13a3d8eb445c3cf74d30730473f8ff3 /web/lib/version.inc | |
parent | 593b69a98dd1a945b10dbc0bd9425ac7a9342030 (diff) | |
download | aur-9638a5c8e385e05039abed1adee34db245c921fa.tar.gz aur-9638a5c8e385e05039abed1adee34db245c921fa.tar.xz |
Changed version to 1.4.1.1.4.1
Changed version string to 1.4.1 in preparation for release.
Diffstat (limited to 'web/lib/version.inc')
-rw-r--r-- | web/lib/version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/version.inc b/web/lib/version.inc index af9cc447..d01d82a3 100644 --- a/web/lib/version.inc +++ b/web/lib/version.inc @@ -1,3 +1,3 @@ <?php -define( "AUR_VERSION", "<b>Version 1.4.0</b>" ); +define( "AUR_VERSION", "<b>Version 1.4.1</b>" ); ?> |