[librdf-rdfa-generator-perl] 47/64: Bump version
Jonas Smedegaard
dr at jones.dk
Sat Dec 23 12:22:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/0.106-1
in repository librdf-rdfa-generator-perl.
commit 4a0a12ca0fcced15e1516cf5eee19be56cb4d6a3
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date: Fri Dec 22 00:52:10 2017 +0100
Bump version
---
lib/RDF/RDFa/Generator.pm | 2 +-
lib/RDF/RDFa/Generator/HTML/Head.pm | 2 +-
lib/RDF/RDFa/Generator/HTML/Hidden.pm | 2 +-
lib/RDF/RDFa/Generator/HTML/Pretty.pm | 2 +-
lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/RDF/RDFa/Generator.pm b/lib/RDF/RDFa/Generator.pm
index a555798..696a61b 100644
--- a/lib/RDF/RDFa/Generator.pm
+++ b/lib/RDF/RDFa/Generator.pm
@@ -9,7 +9,7 @@ package RDF::RDFa::Generator;
use 5.008;
use strict;
-our $VERSION = '0.103';
+our $VERSION = '0.105_01';
use RDF::RDFa::Generator::HTML::Head;
use RDF::RDFa::Generator::HTML::Hidden;
diff --git a/lib/RDF/RDFa/Generator/HTML/Head.pm b/lib/RDF/RDFa/Generator/HTML/Head.pm
index 3fa26c7..3504e1b 100644
--- a/lib/RDF/RDFa/Generator/HTML/Head.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Head.pm
@@ -7,7 +7,7 @@ use Encode qw'encode_utf8';
use RDF::Prefixes;
use XML::LibXML qw':all';
-our $VERSION = '0.103';
+our $VERSION = '0.105_01';
sub new
{
diff --git a/lib/RDF/RDFa/Generator/HTML/Hidden.pm b/lib/RDF/RDFa/Generator/HTML/Hidden.pm
index 35a46a1..4dc11d2 100644
--- a/lib/RDF/RDFa/Generator/HTML/Hidden.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Hidden.pm
@@ -6,7 +6,7 @@ use strict;
use RDF::Prefixes;
use XML::LibXML qw':all';
-our $VERSION = '0.103';
+our $VERSION = '0.105_01';
sub injection_site
{
diff --git a/lib/RDF/RDFa/Generator/HTML/Pretty.pm b/lib/RDF/RDFa/Generator/HTML/Pretty.pm
index 66d8606..46fa5c2 100644
--- a/lib/RDF/RDFa/Generator/HTML/Pretty.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Pretty.pm
@@ -9,7 +9,7 @@ use Icon::FamFamFam::Silk;
use RDF::RDFa::Generator::HTML::Pretty::Note;
use XML::LibXML qw':all';
-our $VERSION = '0.103';
+our $VERSION = '0.105_01';
sub create_document
{
diff --git a/lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm b/lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
index b0bfb11..dac98d2 100644
--- a/lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
@@ -11,7 +11,7 @@ use strict;
use constant XHTML_NS => 'http://www.w3.org/1999/xhtml';
use XML::LibXML qw':all';
-our $VERSION = '0.103';
+our $VERSION = '0.105_01';
=head1 DESCRIPTION
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-rdfa-generator-perl.git
More information about the Pkg-perl-cvs-commits
mailing list