|
24 | 24 | /** exdoc |
25 | 25 | * This is the major version number of Exponent; the 2 in 2.34.2-beta3 |
26 | 26 | */ |
27 | | - define('EXPONENT_VERSION_MAJOR', 2); |
| 27 | + define('EXPONENT_VERSION_MAJOR', 3); |
28 | 28 | /** exdoc |
29 | 29 | * This is the minor version number of Exponent; the 34 in 2.34.2-beta3 |
30 | 30 | */ |
31 | | - define('EXPONENT_VERSION_MINOR', 7); |
| 31 | + define('EXPONENT_VERSION_MINOR', 0); |
32 | 32 | /** exdoc |
33 | 33 | * This is the revision version number of Exponent; the 2 in 2.34.2-beta3 |
34 | 34 | */ |
35 | 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', ''); |
| 39 | + define('EXPONENT_VERSION_TYPE', 'patch'); |
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', ''); // only applies to betas, alphas, or release candidates |
| 44 | + define('EXPONENT_VERSION_ITERATION', '1'); // 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 | | - define('EXPONENT_VERSION_BUILDDATE', 1735689599); |
| 48 | + define('EXPONENT_VERSION_BUILDDATE', 1756511999); |
49 | 49 | } else { |
50 | 50 | // the info for the "next" version if we are a pre-release from the repository |
51 | 51 | define('EXPONENT_VERSION_MAJOR', 3); |
|
0 commit comments