|
32 | 32 | /** exdoc |
33 | 33 | * This is the revision version number of Exponent; the 2 in 2.34.2-beta3 |
34 | 34 | */ |
35 | | - define('EXPONENT_VERSION_REVISION', 1); |
| 35 | + define('EXPONENT_VERSION_REVISION', 2); |
36 | 36 | /** exdoc |
37 | 37 | * This specifies the type of release, either 'alpha','beta','release-candidate' or '' (for stable). |
38 | 38 | */ |
39 | | - define('EXPONENT_VERSION_TYPE', 'patch'); |
| 39 | + define('EXPONENT_VERSION_TYPE', ''); |
40 | 40 | /** exdoc |
41 | 41 | * This number is bumped each time a distribution of a single version is |
42 | 42 | * released. For instance, the 3rd beta has an version type iteration of 3. |
43 | 43 | */ |
44 | | - define('EXPONENT_VERSION_ITERATION', 3); // only applies to betas, alphas, or release candidates |
| 44 | + define('EXPONENT_VERSION_ITERATION', ''); // only applies to betas, alphas, or release candidates |
45 | 45 | /** exdoc |
46 | 46 | * This is the date that this version of Exponent was released. |
47 | 47 | */ |
48 | 48 | define('EXPONENT_VERSION_BUILDDATE', 1735689599); |
49 | 49 | } else { |
50 | 50 | // the info for the "next" version if we are a pre-release from the repository |
51 | | - define('EXPONENT_VERSION_MAJOR', 2); |
52 | | - define('EXPONENT_VERSION_MINOR', 7); |
53 | | - define('EXPONENT_VERSION_REVISION', 2); |
| 51 | + define('EXPONENT_VERSION_MAJOR', 3); |
| 52 | + define('EXPONENT_VERSION_MINOR', 0); |
| 53 | + define('EXPONENT_VERSION_REVISION', 3); |
54 | 54 | define('EXPONENT_VERSION_TYPE', 'develop'); |
55 | 55 | define('EXPONENT_VERSION_ITERATION', ''); |
56 | 56 | define('EXPONENT_VERSION_BUILDDATE', time()); |
|
0 commit comments