diff --git a/includes/init/version.php b/includes/init/version.php index d89e47e..e33b651 100644 --- a/includes/init/version.php +++ b/includes/init/version.php @@ -4,7 +4,15 @@ * * @global string $wp_version */ -$wp_version = '4.2.2'; +$wp_version = '4.2.3'; + +/** + * The RapidoPress version string + * + * @global string $wp_version + */ +$rapido_version = '0.4-beta1'; + /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -13,6 +21,13 @@ */ $wp_db_version = 32378; +/** + * Holds the RapidoPress DB revision, it is yyyymmdd of last change + * + * @global int $rapido_db_version + */ +$rapido_db_version = 20150730; + /** * Holds the TinyMCE version * @@ -25,7 +40,7 @@ * * @global string $required_php_version */ -$required_php_version = '5.2.4'; +$required_php_version = '5.4'; /** * Holds the required MySQL version @@ -34,4 +49,10 @@ */ $required_mysql_version = '5.0'; +/** + * Default Language + * + * @global string $wp_local_package + */ + $wp_local_package = 'es_ES';