Skip to content

Commit e44b622

Browse files
committed
Prep for 2.7.2patch2 release
1 parent c116a90 commit e44b622

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exponent_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
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', '1'); // only applies to betas, alphas, or release candidates
44+
define('EXPONENT_VERSION_ITERATION', '2'); // only applies to betas, alphas, or release candidates
4545
/** exdoc
4646
* This is the date that this version of Exponent was released.
4747
*/
48-
define('EXPONENT_VERSION_BUILDDATE', 1756511999);
48+
define('EXPONENT_VERSION_BUILDDATE', 1758067199);
4949
} else {
5050
// the info for the "next" version if we are a pre-release from the repository
5151
define('EXPONENT_VERSION_MAJOR', 3);

0 commit comments

Comments
 (0)