Skip to content

Commit

Permalink
Merge branch 'release/0.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
lparam committed Apr 15, 2015
2 parents 396654a + 4cb8510 commit e617c6f
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.1.5 (2015-4-15)
-----------
* Fix: Openwrt PKG_VERSION


v0.1.4 (2015-4-15)
-----------
* Feature: Add tproxy function to OpenWrt init script
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

MAJOR = 0
MINOR = 1
PATCH = 4
PATCH = 5
NAME = xsocks

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:=xsocks
PKG_VERSION:=0.1.4
PKG_VERSION:=0.1.5
PKG_RELEASE=1

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "uv.h"

#define XSOCKS_VERSION "0.1.4"
#define XSOCKS_VERSION "0.1.5"

struct server_context {
int index;
Expand Down

0 comments on commit e617c6f

Please sign in to comment.