diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2019-11-05 05:23:22 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2019-11-05 05:23:22 (GMT) |
commit | eb9898c7fcc017a35c240c1bd83c8a8ff451431a (patch) | |
tree | 4f8bfc203f40fa1b3ccc67d5055de5d315b2841e | |
parent | a53f98dedc5ef9454f84cb9ba0fe29c228338581 (diff) | |
download | powwow-eb9898c7fcc017a35c240c1bd83c8a8ff451431a.zip powwow-eb9898c7fcc017a35c240c1bd83c8a8ff451431a.tar.gz powwow-eb9898c7fcc017a35c240c1bd83c8a8ff451431a.tar.bz2 |
Version bump
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | powwow.doc | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ - powwow 1.2.20 README + powwow 1.2.21 README Powwow is a client program intended mainly for playing MUD. It implements (a subset of) the telnet protocol. diff --git a/configure.ac b/configure.ac index 23c1ed1..cdd1d67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(powwow, 1.2.20) +AC_INIT(powwow, 1.2.21) AM_INIT_AUTOMAKE AC_CANONICAL_HOST @@ -1,6 +1,6 @@ P O W W O W - doc for version 1.2.20 + doc for version 1.2.21 last modified Oct 09, 2007 INTRODUCTION |