diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-12-03 10:07:31 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-12-03 10:07:31 +0100 |
commit | abea0f617f6339f3eeedcc849ef690289d5bad80 (patch) | |
tree | c7e843377e14fe50ec4508a757e5174260c0f66e | |
parent | a2eee970b908ab3f898b20a546c6bc0517bd2d17 (diff) |
1.31-releasev1.31
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ PingTunnel-NG Changelog ======================= +1.31 - 03. December 2018 +- added Android build support (requires a root'ed device!) +- fixed ArchLinux PKGBUILD/AUR + 1.30 - 19. October 2018 - travis-ci, coverity integration - xcompile issue for mingw-w64 fixed diff --git a/configure.ac b/configure.ac index 4d34483..f45d875 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.69) -AC_INIT([ptunnel-ng], [1.3], [], [], []) +AC_INIT([ptunnel-ng], [1.31], [], [], []) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |