From: Mike Taylor Date: Tue, 9 Dec 2014 17:14:19 +0000 (+0000) Subject: Version 0.02 X-Git-Tag: v0.02~4 X-Git-Url: http://git.indexdata.com/?p=perl-indexdata-utils.git;a=commitdiff_plain;h=2becfbbc8a36959a381b25218127ac664e456950 Version 0.02 --- diff --git a/Changes b/Changes index 933ee96..1b93445 100644 --- 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 --- 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" diff --git a/debian/changelog b/debian/changelog index 6807c00..ec849cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindexdata-utils-perl (0.02-1) unstable; urgency=low + + * Upstream. + + -- Mike Taylor Tue, 09 Dec 2014 17:12:20 +0000 + libindexdata-utils-perl (0.01-1) unstable; urgency=low * Initial Release. diff --git a/lib/IndexData/Utils.pm b/lib/IndexData/Utils.pm index 93f5ede..f3c689b 100644 --- a/lib/IndexData/Utils.pm +++ b/lib/IndexData/Utils.pm @@ -4,7 +4,7 @@ use 5.010001; use strict; use warnings; -our $VERSION = '0.01'; +our $VERSION = '0.02'; use IndexData::Utils::PersistentCounter;