diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-08-16 01:33:05 -0400 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-08-16 01:33:05 -0400 |
commit | 65409b446bcac6bb2a2a5dee3c146fb92e71ba31 (patch) | |
tree | 7c79c8c7d68185b73c9e1155d40ba307c2d9407a | |
parent | 29217504c3ae58e698f69126abf58e69096f679c (diff) | |
download | ponysay-65409b446bcac6bb2a2a5dee3c146fb92e71ba31.tar.gz ponysay-65409b446bcac6bb2a2a5dee3c146fb92e71ba31.tar.bz2 ponysay-65409b446bcac6bb2a2a5dee3c146fb92e71ba31.zip |
Bump all to ver 1.4 for preventing another: identifi as version, inconsistency
-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 |