diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2019-05-22 04:11:08 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2019-05-22 04:11:08 (GMT) |
commit | c9ab529d933f2ad070b0a898f87cc083365d533c (patch) | |
tree | 6bdcd85ec7f34543352c9f40347b81161ed30a25 | |
parent | ea6a8e09c6778074c88c410ebf40967f66fb4328 (diff) | |
download | powwow-c9ab529d933f2ad070b0a898f87cc083365d533c.zip powwow-c9ab529d933f2ad070b0a898f87cc083365d533c.tar.gz powwow-c9ab529d933f2ad070b0a898f87cc083365d533c.tar.bz2 |
version bumpv1.2.20
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | powwow.6.utf-8 | 2 | ||||
-rw-r--r-- | powwow.doc | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ - powwow 1.2.19 README + powwow 1.2.20 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 8b42edc..a6b3fcd 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.19) +AC_INIT(powwow, 1.2.20) AM_INIT_AUTOMAKE AC_CANONICAL_HOST diff --git a/powwow.6.utf-8 b/powwow.6.utf-8 index 6f8eb67..6100ccf 100644 --- a/powwow.6.utf-8 +++ b/powwow.6.utf-8 @@ -1,5 +1,5 @@ .\" -*-nroff-*- -.TH POWWOW 6 "2018-Sep-11" "powwow 1.2.19" +.TH POWWOW 6 "2018-Sep-11" "powwow 1.2.20" .SH NAME powwow \- telnet protocol client for MUD playing .SH SYNOPSIS @@ -1,6 +1,6 @@ P O W W O W - doc for version 1.2.19 + doc for version 1.2.20 last modified Oct 09, 2007 INTRODUCTION |