Version 0.02
authorMike Taylor <mike@indexdata.com>
Tue, 9 Dec 2014 17:14:19 +0000 (17:14 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 9 Dec 2014 17:14:19 +0000 (17:14 +0000)
Changes
IDMETA
debian/changelog
lib/IndexData/Utils.pm

diff --git a/Changes b/Changes
index 933ee96..1b93445 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension IndexData::Utils.
 
+0.02  Tue Dec  9 17:12:20 UTC 2014
+       - First version containing actual code.
+       - Provides IndexData::Utils::PersistentCounter.
+
 0.01  Mon Dec  8 12:18:26 2014
        - original version; created by h2xs 1.23 with options
                -X IndexData::Utils
diff --git a/IDMETA b/IDMETA
index 7c9530a..daf3e29 100644 (file)
--- a/IDMETA
+++ b/IDMETA
@@ -1,5 +1,5 @@
 NAME=libindexdata-utils-perl
-VERSION=0.01
+VERSION=0.02
 DEBIAN_DIST="squeeze wheezy jessie"
 UBUNTU_DIST="precise saucy trusty utopic"
 CENTOS_DIST="centos5 centos6"
index 6807c00..ec849cf 100644 (file)
@@ -1,3 +1,9 @@
+libindexdata-utils-perl (0.02-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Mike Taylor <mike@indexdata.com>  Tue, 09 Dec 2014 17:12:20 +0000
+
 libindexdata-utils-perl (0.01-1) unstable; urgency=low
 
   * Initial Release.
index 93f5ede..f3c689b 100644 (file)
@@ -4,7 +4,7 @@ use 5.010001;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 use IndexData::Utils::PersistentCounter;