summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-28 00:49:54 +0400
committerAndrew Dolgov <[email protected]>2012-12-28 00:49:54 +0400
commita6b4518788d623bb2253f982146498af3d72e9ae (patch)
tree2e58f835fbf5c95cfb6de9d6ec8036c83063259a /include
parentbc230f3fde779e7f4b45c2c40ef803061e6e7227 (diff)
add _MOBILE_REVERSE_HEADLINES (closes #524)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index f0bd31831..d3dbfb073 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 101);
+ define('SCHEMA_VERSION', 102);
$fetch_last_error = false;
$pluginhost = false;