equal
deleted
inserted
replaced
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.2'; |
40 $version = '1.1.3'; |
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 |