Changeset 1607

Show
Ignore:
Timestamp:
11/11/2006 03:02:51 AM (2 years ago)
Author:
driehle
Message:

changed version to 1.0.2

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/prepend.inc.php

    • Property svn:executable deleted
    r1599 r1607  
    33 error_reporting(E_ALL ^ E_NOTICE); 
    44 
    5  define("JLOG_VERSION", '1.0.1'); 
     5 define("JLOG_VERSION", '1.0.2'); 
    66 define("JLOG_DB_CONTENT", JLOG_DB_PREFIX."content"); 
    77 define("JLOG_DB_COMMENTS", JLOG_DB_PREFIX."comments"); 
  • trunk/setup.php

    r1603 r1607  
    77 error_reporting(E_ALL ^ E_NOTICE); 
    88 
    9  define("JLOG_NEW_VERSION", '1.0.1'); 
     9 define("JLOG_NEW_VERSION", '1.0.2'); 
    1010 define("JLOG_SETUP", true); 
    1111 define("JLOG_PHPV", "4.1.1");