[Bps-public-commit] Data-ICal branch, master, updated. 0.18-3-g688fc54
Thomas Sibley
trs at bestpractical.com
Mon Dec 3 17:41:40 EST 2012
The branch, master has been updated
via 688fc54c2aa12900f38bd4038c70de425a1a2914 (commit)
from 57092b6fa49c9aac01e5088bcec9d843a142d81f (commit)
Summary of changes:
Changes | 3 +++
lib/Data/ICal.pm | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 688fc54c2aa12900f38bd4038c70de425a1a2914
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Dec 3 14:41:10 2012 -0800
Bump version
diff --git a/Changes b/Changes
index 423ec2f..9da57b7 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Data-ICal
+0.19
+ * Always output the VERSION property first
+
0.18
* Spelling fixes from Debian (Salvatore Bonaccorso)
diff --git a/lib/Data/ICal.pm b/lib/Data/ICal.pm
index 2bc5227..32b2d84 100644
--- a/lib/Data/ICal.pm
+++ b/lib/Data/ICal.pm
@@ -7,7 +7,7 @@ use base qw/Data::ICal::Entry/;
use Class::ReturnValue;
use Text::vFile::asData;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use Carp;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list