Skip to content

Commit

Permalink
Merge branch 'release/1.8.13' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Oct 23, 2015
2 parents 31dafd9 + 7222e3d commit b00771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.inc.php
Expand Up @@ -29,7 +29,7 @@
/**
* Display XE's full version.
*/
define('__XE_VERSION__', '1.8.12');
define('__XE_VERSION__', '1.8.13');
define('__XE_VERSION_ALPHA__', (stripos(__XE_VERSION__, 'alpha') !== false));
define('__XE_VERSION_BETA__', (stripos(__XE_VERSION__, 'beta') !== false));
define('__XE_VERSION_RC__', (stripos(__XE_VERSION__, 'rc') !== false));
Expand Down

0 comments on commit b00771c

Please sign in to comment.