equal
deleted
inserted
replaced
41 // Our version number |
41 // Our version number |
42 // This needs to match the version number in the database. This number should |
42 // This needs to match the version number in the database. This number should |
43 // be the expected output of enano_version(), which will always be in the |
43 // be the expected output of enano_version(), which will always be in the |
44 // format of 1.0.2, 1.0.2a1, 1.0.2b1, 1.0.2RC1 |
44 // format of 1.0.2, 1.0.2a1, 1.0.2b1, 1.0.2RC1 |
45 // You'll want to change this for custom distributions. |
45 // You'll want to change this for custom distributions. |
46 $version = '1.1.7'; |
46 $version = '1.1.8'; |
47 |
47 |
48 /** |
48 /** |
49 * Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it |
49 * Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it |
50 * from very early on in the script to measure the starting time of Enano. |
50 * from very early on in the script to measure the starting time of Enano. |
51 * @return float |
51 * @return float |