From 1567d96ae1462d4524c1cd9f705dbc7e726e8c65 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 25 Sep 2006 18:51:54 +0000 Subject: [PATCH] Bump ver. fixes #3165 git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@4248 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/plugins/wp-db-backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/plugins/wp-db-backup.php b/wp-content/plugins/wp-db-backup.php index e578a4518f..2a6974c8e5 100644 --- a/wp-content/plugins/wp-db-backup.php +++ b/wp-content/plugins/wp-db-backup.php @@ -4,7 +4,7 @@ Plugin Name: WordPress Database Backup Plugin URI: http://www.skippy.net/blog/plugins/ Description: On-demand backup of your WordPress database. Author: Scott Merrill -Version: 1.7 +Version: 1.8 Author URI: http://www.skippy.net/ Much of this was modified from Mark Ghosh's One Click Backup, which