Quellcode durchsuchen

bump config version

Andrew Dolgov vor 11 Jahren
Ursprung
Commit
6e65854727
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      config.php-dist
  2. 1 1
      include/functions.php

+ 1 - 1
config.php-dist

@@ -195,7 +195,7 @@
 	// The following plugins are available: note, tweet, share, mail
 	// More plugins: http://tt-rss.org/wiki/Plugins
 
-	define('CONFIG_VERSION', 25);
+	define('CONFIG_VERSION', 26);
 	// Expected config version. Please update this option in config.php
 	// if necessary (after migrating all new options from this file).
 

+ 1 - 1
include/functions.php

@@ -1,5 +1,5 @@
 <?php
-	define('EXPECTED_CONFIG_VERSION', 25);
+	define('EXPECTED_CONFIG_VERSION', 26);
 	define('SCHEMA_VERSION', 94);
 
 	$fetch_last_error = false;