From 077b5cad09206b8313e2b59fc5483d54bf9a789b Mon Sep 17 00:00:00 2001 From: lparam Date: Wed, 30 Aug 2017 23:31:25 +0800 Subject: [PATCH] bumped version 0.5.2 --- CHANGES.md | 5 +++++ Makefile | 2 +- openwrt/Makefile | 2 +- src/xTun.h | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6447ab2..7f1af7d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +v0.5.2 (2017-8-30) +----------- +* Feature: NAT Keepalive + + v0.5.1 (2016-7-23) ----------- * Fix: Free buffer diff --git a/Makefile b/Makefile index 374275c..1d19e93 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MAJOR = 0 MINOR = 5 -PATCH = 1 +PATCH = 2 NAME = xTun ifdef O diff --git a/openwrt/Makefile b/openwrt/Makefile index c956bdf..8fe3c4d 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xTun -PKG_VERSION:=0.5.1 +PKG_VERSION:=0.5.2 PKG_RELEASE= PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/src/xTun.h b/src/xTun.h index 23e23cf..403f693 100644 --- a/src/xTun.h +++ b/src/xTun.h @@ -4,7 +4,7 @@ #include #include -#define xTun_VERSION "0.5.1" +#define xTun_VERSION "0.5.2" #define xTun_VER "xTun/" xTun_VERSION struct tundev;