1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00

~ Updated version number.

This commit is contained in:
Dan Barber 2007-05-18 15:32:34 +00:00
parent 0f79374460
commit 92f7e15aa7

View File

@ -1,7 +1,7 @@
<?php
/* Smarty stuff */
$version = 0.5;
$version = '0.5.1';
if (get_magic_quotes_gpc()) {
/* Deal with Magic quotes. We can safely strip these off as we're not using a database. */