Skip to content

Commit

Permalink
bumped version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lparam committed Aug 30, 2017
1 parent 88e42dc commit 077b5ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.5.2 (2017-8-30)
-----------
* Feature: NAT Keepalive


v0.5.1 (2016-7-23)
-----------
* Fix: Free buffer
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR = 0
MINOR = 5
PATCH = 1
PATCH = 2
NAME = xTun

ifdef O
Expand Down
2 changes: 1 addition & 1 deletion openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/xTun.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <stdint.h>
#include <netinet/in.h>

#define xTun_VERSION "0.5.1"
#define xTun_VERSION "0.5.2"
#define xTun_VER "xTun/" xTun_VERSION

struct tundev;
Expand Down

0 comments on commit 077b5ca

Please sign in to comment.