Skip to content

Commit c21b70a

Browse files
author
bnu
committed
version up to 1.8.0.beta
1 parent 1451bab commit c21b70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* Display XE's full version.
3131
*/
32-
define('__XE_VERSION__', '1.7.11');
32+
define('__XE_VERSION__', '1.8.0.beta');
3333
define('__XE_VERSION_ALPHA__', (stripos(__XE_VERSION__, 'alpha') !== false));
3434
define('__XE_VERSION_BETA__', (stripos(__XE_VERSION__, 'beta') !== false));
3535
define('__XE_VERSION_RC__', (stripos(__XE_VERSION__, 'rc') !== false));

0 commit comments

Comments
 (0)