[carton] 122/472: Checking in changes prior to tagging of version v0.9.2.

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit af44bc2c15426ae7442bfdf6ee382d20ffc3fcb8
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Tue Oct 18 14:11:44 2011 +0900

    Checking in changes prior to tagging of version v0.9.2.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 8dd9f6b..3b93b17 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,9 @@
     Revision history for carton
    
    +v0.9.2  Tue Oct 18 12:53:57 JST 2011
    +        - Fixed packaging *again* by declaring version as a simple string
    +          via http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
    +
     v0.9.1  Mon Oct 17 19:05:12 JST 2011
             - Fixed packaging
             - Fixed UTF8 encoding warnings for JSON
---
 Changes       | 4 ++++
 lib/Carton.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 8dd9f6b..3b93b17 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for carton
 
+v0.9.2  Tue Oct 18 12:53:57 JST 2011
+        - Fixed packaging *again* by declaring version as a simple string
+          via http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
+
 v0.9.1  Mon Oct 17 19:05:12 JST 2011
         - Fixed packaging
         - Fixed UTF8 encoding warnings for JSON
diff --git a/lib/Carton.pm b/lib/Carton.pm
index d663b9b..14beb46 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -3,7 +3,7 @@ package Carton;
 use strict;
 use warnings;
 use 5.008_001;
-use version; our $VERSION = "v0.9.1";
+use version; our $VERSION = "v0.9.2";
 
 use Cwd;
 use Config qw(%Config);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list