includes/common.php
changeset 411 d1a95497b68f
parent 406 7468a663315f
child 436 242353360e37
equal deleted inserted replaced
410:9db359d6e60c 411:d1a95497b68f
    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.1.1';
    40 $version = '1.1.2';
    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