diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2020-07-01 03:56:02 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2020-07-01 03:56:02 (GMT) |
commit | 8bcd2dcd5f469758c31fff8f18c92817c0bf9fe7 (patch) | |
tree | 9d0531cf88c90a9004ea17b4bf412401d646f903 | |
parent | 27595ac18f2c19e4cbfabb4fe2638e72366fd6cb (diff) | |
download | powwow-1.2.22.zip powwow-1.2.22.tar.gz powwow-1.2.22.tar.bz2 |
version bumpv1.2.22
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ - powwow 1.2.21 README + powwow 1.2.22 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 7a3efeb..0e03934 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.21) +AC_INIT(powwow, 1.2.22) AM_INIT_AUTOMAKE AC_CANONICAL_HOST |