Bump version to 1.5.0

Yes.

Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
Simo Leone 2008-02-18 20:43:56 -06:00
parent a1c1ebb315
commit 32be42aee1
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
<?php <?php
define( "AUR_VERSION", "<b>Version 1.4.1</b>" ); define( "AUR_VERSION", "<b>v1.5.0</b>" );
?> ?>

View file

@ -3,7 +3,7 @@
<br /> <br />
<?php <?php
if ($ver) { if ($ver) {
print "<p style=\"text-align: right\">$ver</p>\n"; print "<p style=\"text-align: right; font-size: 14px;\">$ver</p>\n";
} }
?> ?>
</div> </div>