Skip to content

Commit

Permalink
update to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Jan 7, 2017
1 parent 417bf79 commit b936764
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions exponent_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##################################################
#
# Copyright (c) 2004-2017 OIC Group, Inc.
# Copyright (c) 2004-2013 OIC Group, Inc.
#
# This file is part of Exponent
#
Expand Down Expand Up @@ -32,20 +32,20 @@
/* exdoc
* This is the revision version number of Exponent; the 2 in 1.96.2-beta3
*/
define('EXPONENT_VERSION_REVISION','0');
define('EXPONENT_VERSION_REVISION','1');
/* exdoc
* This specifies the type of release, either 'alpha','beta','release-candidate' or '' (for stable).
*/
define('EXPONENT_VERSION_TYPE','patch');
define('EXPONENT_VERSION_TYPE','');
/* exdoc
* 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',''); // only applies to betas, alphas, or release candidates
/* exdoc
* This is the date that this version of Exponent was released.
*/
define('EXPONENT_VERSION_BUILDDATE','1481313600');
define('EXPONENT_VERSION_BUILDDATE','1483703765');
} else {
// the info for the "next" version if we are a pre-release from the repository
define('EXPONENT_VERSION_MAJOR','2');
Expand All @@ -54,8 +54,8 @@
define('EXPONENT_VERSION_TYPE','develop');
define('EXPONENT_VERSION_ITERATION','');
define('EXPONENT_VERSION_BUILDDATE',time());
// set DEVELOPMENT to 1 to debug the install process
}
// set DEVELOPMENT to 1 to debug the install process
// define('DEVELOPMENT','1');
}

Expand Down

0 comments on commit b936764

Please sign in to comment.