summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-28 09:39:35 +0400
committerAndrew Dolgov <[email protected]>2012-12-28 09:39:35 +0400
commit43e706238a78633edb684c2e3b08260b1a91b149 (patch)
tree80110ed832b8f300456f8af837aef98f33e0003b /include
parenta83b58f16d4a2d2c748df1435e0f26d8a89e4f5d (diff)
parente236d8763e6b1c16794668d5897dc797938cd41f (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
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 ac9cce90f..68271ff73 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;