Skip to content

Commit accea12

Browse files
committed
v272 release
1 parent 7ca4bea commit accea12

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

exponent_version.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@
3232
/** exdoc
3333
* This is the revision version number of Exponent; the 2 in 2.34.2-beta3
3434
*/
35-
define('EXPONENT_VERSION_REVISION', 1);
35+
define('EXPONENT_VERSION_REVISION', 2);
3636
/** exdoc
3737
* This specifies the type of release, either 'alpha','beta','release-candidate' or '' (for stable).
3838
*/
39-
define('EXPONENT_VERSION_TYPE', 'patch');
39+
define('EXPONENT_VERSION_TYPE', '');
4040
/** exdoc
4141
* This number is bumped each time a distribution of a single version is
4242
* released. For instance, the 3rd beta has an version type iteration of 3.
4343
*/
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
4545
/** exdoc
4646
* This is the date that this version of Exponent was released.
4747
*/
4848
define('EXPONENT_VERSION_BUILDDATE', 1735689599);
4949
} else {
5050
// 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);
5454
define('EXPONENT_VERSION_TYPE', 'develop');
5555
define('EXPONENT_VERSION_ITERATION', '');
5656
define('EXPONENT_VERSION_BUILDDATE', time());

0 commit comments

Comments
 (0)