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

Updated version to 0.5.2

This commit is contained in:
Dan Barber 2008-01-08 14:57:28 +00:00
parent 90cb63cc7e
commit af0fc5acf7

View File

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