Take formatting out of version number in web/lib/version.inc

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
This commit is contained in:
Loui Chang 2008-09-18 22:16:40 -04:00 committed by Callan Barrett
parent df39cded09
commit c7bfd95284
2 changed files with 2 additions and 2 deletions

View file

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