bumped version to 0.5.0

This commit is contained in:
tmont 2009-06-28 01:04:27 +00:00
parent e56fa884ed
commit a495fbe4c2
3 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name=TUnit name=TUnit
version=0.4.0 version=0.5.0
author="Tommy Montgomery" author="Tommy Montgomery"
website=http://tommymontgomery.com/ website=http://tommymontgomery.com/

View File

@ -3,11 +3,11 @@
/** /**
* Autoload manifest * Autoload manifest
* *
* Autogenerated by manifester.php on 2009-06-27 18:01:26 * Autogenerated by manifester.php on 2009-06-27 18:04:06
* *
* @package TUnit * @package TUnit
* @version 0.4.0 * @version 0.5.0
* @since 0.4.0 * @since 0.5.0
*/ */
return array( return array(

View File

@ -55,6 +55,8 @@
* Product * Product
* *
* @package $args[package] * @package $args[package]
* @since 1.0
* @version $args[version]
*/ */
/** /**
@ -63,6 +65,9 @@
* This class was auto-generated by $self on $datetime. * This class was auto-generated by $self on $datetime.
* *
* @package $args[package] * @package $args[package]
* @since 1.0
* @version $args[version]
*/
*/ */
final class Product { final class Product {
@ -103,6 +108,10 @@
/** /**
* Gets a human-readable version string * Gets a human-readable version string
* *
* @author Autogenerated by $self
* @since 1.0
* @version $args[version]
*
* @return string * @return string
*/ */
public static function getVersionString() { public static function getVersionString() {