[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: update perl module versions for new modules
From: |
Gavin D. Smith |
Subject: |
branch master updated: update perl module versions for new modules |
Date: |
Sat, 21 Oct 2023 15:56:50 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 6d7eb5054b update perl module versions for new modules
6d7eb5054b is described below
commit 6d7eb5054be7b0c23f86f5ed85b58b101d820a5a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Oct 21 20:56:35 2023 +0100
update perl module versions for new modules
---
tp/Texinfo/Convert/ConvertXS.pm | 2 +-
tp/Texinfo/Document.pm | 2 +-
tp/Texinfo/StructTransf.pm | 2 +-
tp/Texinfo/Translations.pm | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tp/Texinfo/Convert/ConvertXS.pm b/tp/Texinfo/Convert/ConvertXS.pm
index 270542e280..b5e620f091 100644
--- a/tp/Texinfo/Convert/ConvertXS.pm
+++ b/tp/Texinfo/Convert/ConvertXS.pm
@@ -22,7 +22,7 @@ use 5.00405;
use strict;
use warnings;
-our $VERSION = '7.0dev';
+our $VERSION = '7.1';
use Texinfo::XSLoader;
diff --git a/tp/Texinfo/Document.pm b/tp/Texinfo/Document.pm
index cc2d09b3bf..d52f300f99 100644
--- a/tp/Texinfo/Document.pm
+++ b/tp/Texinfo/Document.pm
@@ -44,7 +44,7 @@ sub import {
goto &Exporter::import;
}
-our $VERSION = '7.0dev';
+our $VERSION = '7.1';
sub register
{
diff --git a/tp/Texinfo/StructTransf.pm b/tp/Texinfo/StructTransf.pm
index 3e271a68fc..d8749727f1 100644
--- a/tp/Texinfo/StructTransf.pm
+++ b/tp/Texinfo/StructTransf.pm
@@ -22,7 +22,7 @@ use 5.00405;
use strict;
use warnings;
-our $VERSION = '7.0dev';
+our $VERSION = '7.1';
use Texinfo::XSLoader;
diff --git a/tp/Texinfo/Translations.pm b/tp/Texinfo/Translations.pm
index c0261e5a0a..28f91bb29d 100644
--- a/tp/Texinfo/Translations.pm
+++ b/tp/Texinfo/Translations.pm
@@ -20,7 +20,7 @@ package Texinfo::Translations;
use strict;
use warnings;
-our $VERSION = '7.0dev';
+our $VERSION = '7.1';
use Texinfo::XSLoader;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: update perl module versions for new modules,
Gavin D. Smith <=