From b3550b8e77ba71ac6ab19de42cda439d611cf6a6 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 19 Jul 2017 19:23:24 +0200 Subject: [PATCH] Release 0.63 seems ready. --- configure.ac | 2 +- index.html | 42 ++++++++++++++++++++---------------------- rinetd.8 | 12 +++++++++--- 3 files changed, 30 insertions(+), 26 deletions(-) diff --git a/configure.ac b/configure.ac index f6ca4c8..2a46188 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(rinetd, 0.62.1sam, sam@hocevar.net) +AC_INIT(rinetd, 0.63, sam@hocevar.net) AC_CONFIG_AUX_DIR(.auto) AC_CONFIG_SRCDIR([getopt.h]) AC_CONFIG_HEADER([config.h]) diff --git a/index.html b/index.html index da02a24..1ac6d8e 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + RINETD(8)