Reset version number

This commit is contained in:
Will Bradley 2014-02-26 20:16:43 -07:00
parent f6ef9b6288
commit e8f56ccc9b

View File

@ -1,7 +1,7 @@
<?php
/*
Plugin Name: SimpleMap
Version: 3.4.6
Version: 2.4.6
Plugin URI: http://simplemap-plugin.com/
Author: Michael Torbert
Author URI: http://fullthrottledevelopment.com/
@ -19,7 +19,7 @@ if ( version_compare( $wp_version, "2.8", "<" ) )
#### CONSTANTS ####
// Plugin Version Number
define( 'SIMPLEMAP_VERSION', '3.4.6' );
define( 'SIMPLEMAP_VERSION', '2.4.6' );
if ( !defined( 'WP_PLUGIN_DIR' ) ) {
define( 'WP_PLUGIN_DIR', ABSPATH . 'wp-content/plugins' );