includes/common.php
changeset 340 b3ffcc800def
parent 339 1ce3db9a46fb
child 343 7e6537fd4730
equal deleted inserted replaced
339:1ce3db9a46fb 340:b3ffcc800def
    35 // Our version number
    35 // Our version number
    36 // This needs to match the version number in the database. This number should
    36 // This needs to match the version number in the database. This number should
    37 // be the expected output of enano_version(), which will always be in the
    37 // be the expected output of enano_version(), which will always be in the
    38 // format of 1.0.2, 1.0.2a1, 1.0.2b1, 1.0.2RC1
    38 // format of 1.0.2, 1.0.2a1, 1.0.2b1, 1.0.2RC1
    39 // You'll want to change this for custom distributions.
    39 // You'll want to change this for custom distributions.
    40 $version = '1.0.6pl2';
    40 $version = '1.0.6pl3';
    41 
    41 
    42 /**
    42 /**
    43  * Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it
    43  * Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it
    44  * from very early on in the script to measure the starting time of Enano.
    44  * from very early on in the script to measure the starting time of Enano.
    45  * @return float
    45  * @return float