Skip to content

Commit

Permalink
update to v2.3.8patch6
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Jun 24, 2016
1 parent 87ab1b0 commit df5b562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exponent_version.php
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','5'); // only applies to betas, alphas, or release candidates
define('EXPONENT_VERSION_ITERATION','6'); // only applies to betas, alphas, or release candidates
/* exdoc
* This is the date that this version of Exponent was released.
*/
define('EXPONENT_VERSION_BUILDDATE','1466172000');
define('EXPONENT_VERSION_BUILDDATE','1466798400');
} 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 df5b562

Please sign in to comment.