From 41fa820f0cec5a1285217a8aabcb5f4109cee736 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 6 Mar 2018 12:06:47 +0100 Subject: [PATCH] increase version number a bit to reflect changes in the last years --- README | 3 +-- config.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index dab6766..bdb7fe3 100644 --- a/README +++ b/README @@ -3,7 +3,6 @@ proxytunnel ----------- Author: Jos Visser , Mark Janssen -Version: 1.9.1 Hi all, @@ -21,7 +20,7 @@ Proxytunnel is very easy to use, when running proxytunnel with the help option it specifies it's command-line options. $ ./proxytunnel --help -proxytunnel 1.9.1 Copyright 2001-2018 Proxytunnel Project +proxytunnel 1.9.9 Copyright 2001-2018 Proxytunnel Project Usage: proxytunnel [OPTIONS]... Build generic tunnels through HTTPS proxies using HTTP authentication diff --git a/config.h b/config.h index 52a783d..204ded5 100644 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define VERSION "1.9.1" +#define VERSION "1.9.9" #define PACKAGE "proxytunnel" #define PURPOSE "Build generic tunnels through HTTPS proxies" #define AUTHORS "Jos Visser (Muppet) , Mark Janssen (Maniac) "