c0593fe0 by Chris Boden

Branched trunk into 0.2 for Echologics launch

1 parent 305bda06
<?php
/*
Plugin Name: Tenzing Tools
Version: 0.1
Version: 0.2
Description: Various classes to help out with stuff
Author: Tenzing
*/
......@@ -103,4 +103,4 @@ function _custom_revision() {
$args = func_get_args();
return call_user_func_array('_custom_page', $args);
}
?>
\ No newline at end of file
?>
......