Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/perl-indexdata-utils
authorMike Taylor <mike@indexdata.com>
Tue, 9 Dec 2014 17:22:09 +0000 (17:22 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 9 Dec 2014 17:22:09 +0000 (17:22 +0000)
Changes
IDMETA
MANIFEST
MANIFEST.SKIP
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 b51cfb4..45635ae 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,5 @@
 Changes
+IDMETA
 MANIFEST
 MANIFEST.SKIP
 Makefile.PL
index 3410bd6..c8c3cc7 100644 (file)
@@ -1,2 +1,3 @@
 .git
 debian
+libindexdata-utils-perl.spec
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 828b3ea..befe9c7 100644 (file)
@@ -4,7 +4,7 @@ use 5.008008;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 use IndexData::Utils::PersistentCounter;