Skip to content

Commit

Permalink
update to v2.4.0patch3
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Nov 22, 2016
1 parent c1d5230 commit 061de3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exponent_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
* This number is bumped each time a distribution of a single version is
* released. For instance, the 3rd beta has an version type iteration of 3.
*/
define('EXPONENT_VERSION_ITERATION','2'); // only applies to betas, alphas, or release candidates
define('EXPONENT_VERSION_ITERATION','3'); // only applies to betas, alphas, or release candidates
/* exdoc
* This is the date that this version of Exponent was released.
*/
define('EXPONENT_VERSION_BUILDDATE','1478952000');
define('EXPONENT_VERSION_BUILDDATE','1479816000');
} else {
// the info for the "next" version if we are a pre-release from the repository
define('EXPONENT_VERSION_MAJOR','2');
Expand Down

0 comments on commit 061de3d

Please sign in to comment.