increase version number a bit to reflect changes in the last years

This commit is contained in:
Dirk Stoecker 2018-03-06 12:06:47 +01:00
parent 3a91ebec49
commit 41fa820f0c
2 changed files with 2 additions and 3 deletions

3
README
View file

@ -3,7 +3,6 @@ proxytunnel
-----------
Author: Jos Visser <josv@osp.nl>, Mark Janssen <maniac@maniac.nl>
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

View file

@ -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) <josv@osp.nl>, Mark Janssen (Maniac) <maniac@maniac.nl>"