aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-19 02:03:02 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-19 02:03:02 +0100
commit23bcd14d85b272e486ff90e1f761dadd4d9508e1 (patch)
treec173d5d785eebcd45aea8ba99c5b23fce2a0e217 /configure.ac
parent3c491a8bec71606b7af5f1d8c34de8e9710bbe13 (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.ac2
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])