Skip to content

Commit

Permalink
Merge branch 'release/0.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
lparam committed Nov 21, 2015
2 parents 4f77da3 + 2a17a0f commit b3058ec
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 3rd/c-ares
2 changes: 1 addition & 1 deletion 3rd/libsodium
Submodule libsodium updated 209 files
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
v0.4.3 (2015-10-18)
v0.4.4 (2015-10-21)
-----------
* Fix: Openwrt start script


v0.4.3 (2015-10-21)
-----------
* Hotfix: Android build script

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 = 4
PATCH = 3
PATCH = 4
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.4.3
PKG_VERSION:=0.4.4
PKG_RELEASE=

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "uv.h"
#include "socks.h"

#define XSOCKS_VERSION "0.4.3"
#define XSOCKS_VERSION "0.4.4"

struct server_context {
int index;
Expand Down

0 comments on commit b3058ec

Please sign in to comment.