diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 02:03:02 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 02:03:02 +0100 |
commit | 23bcd14d85b272e486ff90e1f761dadd4d9508e1 (patch) | |
tree | c173d5d785eebcd45aea8ba99c5b23fce2a0e217 /configure.ac | |
parent | 3c491a8bec71606b7af5f1d8c34de8e9710bbe13 (diff) |
ptunnel-ng:
* autotools set/use package version string
* autotools renamed output binary to ptunnel-ng
* more "intuitive" short options
* removed ptunnel version info, copyright update
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b9c437f..85d2539 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.69) -AC_INIT([ptunnel-ng], [1.0.0], [], [], []) +AC_INIT([ptunnel-ng], [1.0], [], [], []) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |