diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | manuals/ponysay.texinfo | 4 | ||||
-rwxr-xr-x | ponysay | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,5 @@ +Version 1.4 + Version 1.3 New ponies: forestspirit, hollydash, raggedy, rhyme diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index d21f09c..6b8724e 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -8,7 +8,7 @@ @documentlanguage en @finalout @c %**end of header -@set VERSION 1.2 +@set VERSION 1.4 @copying This manual is for ponysay @@ -818,6 +818,8 @@ To be able to run @command{make -B ttyponies} you must have the packages listed @cindex versions @cindex previous releases +@heading Version 1.4 + @heading Version 1.3 @itemize @bullet @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION=1.3 +VERSION=1.4 |