Skip to content

Commit b68dcea

Browse files
committed
prepare to release v2.7.2patch1
1 parent 9abc515 commit b68dcea

3 files changed

Lines changed: 5 additions & 139 deletions

File tree

exponent_version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@
2424
/** exdoc
2525
* This is the major version number of Exponent; the 2 in 2.34.2-beta3
2626
*/
27-
define('EXPONENT_VERSION_MAJOR', 2);
27+
define('EXPONENT_VERSION_MAJOR', 3);
2828
/** exdoc
2929
* This is the minor version number of Exponent; the 34 in 2.34.2-beta3
3030
*/
31-
define('EXPONENT_VERSION_MINOR', 7);
31+
define('EXPONENT_VERSION_MINOR', 0);
3232
/** exdoc
3333
* This is the revision version number of Exponent; the 2 in 2.34.2-beta3
3434
*/
3535
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', '');
39+
define('EXPONENT_VERSION_TYPE', 'patch');
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', ''); // only applies to betas, alphas, or release candidates
44+
define('EXPONENT_VERSION_ITERATION', '1'); // 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', 1735689599);
48+
define('EXPONENT_VERSION_BUILDDATE', 1756511999);
4949
} else {
5050
// the info for the "next" version if we are a pre-release from the repository
5151
define('EXPONENT_VERSION_MAJOR', 3);

external/ExtPrograms3.csv

Lines changed: 0 additions & 118 deletions
This file was deleted.

install/changes/2.7.3.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)