diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-10-19 12:55:32 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-10-19 12:55:32 +0200 |
commit | b53b1a1a889e6a0ae1447d97f6855ac949503e67 (patch) | |
tree | fad482befa622026765aa577a0d21061e7867c6b | |
parent | 1ebff4fc4dbca9d94b3cce64531dee7de354b591 (diff) |
1.3-release
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ PingTunnel-NG Changelog ======================= +1.30 - 19. October 2018 +- travis-ci, coverity integration +- xcompile issue for mingw-w64 fixed +- fixed wrong usage of format() specifiers + 1.20 - 15. July 2018 - Readme improvements - Fixes a possible memory leak when a packet could not send diff --git a/configure.ac b/configure.ac index 020a03e..36ddddc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.69) -AC_INIT([ptunnel-ng], [1.2], [], [], []) +AC_INIT([ptunnel-ng], [1.3], [], [], []) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |