change the version number

git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@745536 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
kjmtsh 2013-07-24 08:08:26 +00:00
parent 65feb6f6ae
commit e17d3a382a
13 changed files with 13 additions and 13 deletions

2
db.php
View File

@ -5,7 +5,7 @@
* wordpress/wp-content/db.php
*
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*/

View File

@ -3,7 +3,7 @@
* The class for manipulating ALTER query
* newly supports multiple variants
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu
*/
class AlterQuery {

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Kojima Toshiyasu, Justin Adie
*/

View File

@ -4,7 +4,7 @@ Plugin Name: SQLite Integration
Plugin URI: http://wordpress.org/extend/plugins/sqlite-integration
Description: SQLite Integration is the plugin that enables WordPress to use SQLite. If you don't have MySQL and want to build a WordPress website, it's for you.
Author: Kojima Toshiyasu
Version: 1.0
Version: 1.1
Author URI: http://dogwood.skr.jp
Text Domain: sqlite-integration
Domain Path: /languages

View File

@ -1,7 +1,7 @@
<?php
/**
* @package SQLite Integration
* @version 1.0
* @version 1.1
* @author Toshiyasu Kojima
*
*/

View File

@ -3,7 +3,7 @@
* This file contains PatchUtils class
*
* @package SQLite Integration
* @since 1.0
* @since 1.1
*
*/
class PatchUtils {