groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/02: Set version to 1.22.4 in places that hard-code it.


From: G. Branden Robinson
Subject: [groff] 01/02: Set version to 1.22.4 in places that hard-code it.
Date: Tue, 24 Apr 2018 17:55:58 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 53607735d944e779e7208c66229c47efeed7c8c6
Author: G. Branden Robinson <address@hidden>
Date:   Tue Apr 24 17:51:51 2018 -0400

    Set version to 1.22.4 in places that hard-code it.
    
    arch/mingw/grap2graph.cmd:
    contrib/groffer/version.sh:
    doc/groff.texi:
    doc/webpage.ms:
    * Bump from 1.22.3 to 1.22.4.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 ChangeLog                  | 10 ++++++++++
 arch/mingw/grap2graph.cmd  |  2 +-
 contrib/groffer/ChangeLog  |  4 ++++
 contrib/groffer/version.sh |  2 +-
 doc/groff.texi             |  2 +-
 doc/webpage.ms             |  2 +-
 6 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 94aef28..eba85bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-04-24  G. Branden Robinson <address@hidden>
+
+       Set version to 1.22.4 in the few places that hard-code it.
+
+       arch/mingw/grap2graph.cmd:
+       contrib/groffer/version.sh:
+       doc/groff.texi:
+       doc/webpage.ms:
+       * Bump from 1.22.3 to 1.22.4.
+
 2018-04-24  Deri James  <address@hidden>
 
        Restrict scaling factors to 3dp and better handle CR/LF in imoport.
diff --git a/arch/mingw/grap2graph.cmd b/arch/mingw/grap2graph.cmd
index 84f4085..6b26cc9 100644
--- a/arch/mingw/grap2graph.cmd
+++ b/arch/mingw/grap2graph.cmd
@@ -75,7 +75,7 @@ rm -rf %tdir%
 goto end
 
 :version
-echo GNU grap2graph (groff) version 1.22.3
+echo GNU grap2graph (groff) version 1.22.4
 goto end
 
 :usage
diff --git a/contrib/groffer/ChangeLog b/contrib/groffer/ChangeLog
index 9087ea4..7644706 100644
--- a/contrib/groffer/ChangeLog
+++ b/contrib/groffer/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-24  G. Branden Robinson <address@hidden>
+
+       * version.sh (_GROFF_VERSION_PRESET): Set to 1.22.4.
+
 2018-02-28  Werner LEMBERG  <address@hidden>
 
        * groffer.am (groffer): Use $(AM_V_GEN) to silence file generation.
diff --git a/contrib/groffer/version.sh b/contrib/groffer/version.sh
index 3235e15..4d62479 100644
--- a/contrib/groffer/version.sh
+++ b/contrib/groffer/version.sh
@@ -31,4 +31,4 @@ _PROGRAM_VERSION='2.2.5';
 # this setting of the groff version is only used before make is run,
 # otherwise @VERSION@ will set it, see groffer.sh.
 export _GROFF_VERSION_PRESET;
-_GROFF_VERSION_PRESET='1.22.3';
+_GROFF_VERSION_PRESET='1.22.4';
diff --git a/doc/groff.texi b/doc/groff.texi
index 4cd633a..47fcae8 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -24,7 +24,7 @@
 
 
 @copying
-This manual documents GNU @code{troff} version 1.22.3.
+This manual documents GNU @code{troff} version 1.22.4.
 
 Copyright @copyright{} 1994--2014 Free Software Foundation, Inc.
 
diff --git a/doc/webpage.ms b/doc/webpage.ms
index 88a883c..8b0a46d 100644
--- a/doc/webpage.ms
+++ b/doc/webpage.ms
@@ -82,7 +82,7 @@ and its mirrors;
 the current development version is available from a
 .URL "https://\:savannah.gnu.org/\:git/\:?group=groff"; "git repository" .
 .
-The current version is 1.22.3 (04-Nov-2014).
+The current version is 1.22.4 (Spring 2018).
 
 To view the git repository in your browser, use
 .URL "http://\:git.savannah.gnu.org/\:cgit/\:groff.git"; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]