diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-06-29 14:05:50 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-06-29 14:05:50 +0200 |
commit | 76ad717ca068d9af838c346aca792e9d3afd6026 (patch) | |
tree | c94756f90909c63f39d43e664f5cc9633ef824c4 | |
parent | 76afa7332108dc543a12002a7e0f054d62d28d8d (diff) |
updated to 1.42
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d1b48a7..457497f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.69) -AC_INIT([ptunnel-ng], [1.41], [], [], []) +AC_INIT([ptunnel-ng], [1.42], [], [], []) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |