diff options
-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]) |