Changeset 581 for trunk

Show
Ignore:
Timestamp:
09/05/08 07:50:00 (3 months ago)
Author:
ryanduff
Message:

Updating version to reflect correct naming standard

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-load-config.php

    r577 r581  
    105105$revision = substr($revision, strpos($revision, ' ')+1, strrpos($revision, ' ')-strpos($revision, ' ')-1); 
    106106 
    107 $config['version'] = 'Version 3.2.' . $revision . ' Beta'; 
     107$config['version'] = 'Version 1.0beta3 rev. ' . $revision; 
    108108 
    109109// charset set with HTTP headers has higher priority than that set in HTML head section 
  • trunk/readme.txt

    r550 r581  
    1515That's it! 
    1616 
    17 Version: 3.2 
     17Version: 1.0beta3 
    1818 
    19 UPGRADE FROM 1.0 
     19UPGRADE FROM 1.0beta1 
    2020================ 
    2121If you are upgrading from 1.0 or any checked out test version, Follow these simple instructions: 
     
    24242.) Run _upgrade.php 
    2525 
    26 UPGRADE FROM 2.0 
     26UPGRADE FROM 1.0beta2 
    2727================ 
    2828If you are upgrading from 2.0 or any checked out test version, Follow these simple instructions: