From 654b3f343f0c15faf1acf9651bd6a13e6ae6fb8c Mon Sep 17 00:00:00 2001 From: Max Lv Date: Tue, 30 Dec 2014 10:32:47 +0800 Subject: [PATCH] bump version --- configure.ac | 2 +- debian/changelog | 6 ++++++ openwrt/Makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3943da75..b7cc3e11 100755 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([shadowsocks-libev], [1.6.1], [max.c.lv@gmail.com]) +AC_INIT([shadowsocks-libev], [1.6.2], [max.c.lv@gmail.com]) AC_CONFIG_SRCDIR([src/encrypt.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(auto) diff --git a/debian/changelog b/debian/changelog index 401654b6..20e493e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shadowsocks-libev (1.6.2-1) unstable; urgency=low + + * Fix some build issues. + + -- Max Lv Tue, 30 Dec 2014 10:30:28 +0800 + shadowsocks-libev (1.6.1-1) unstable; urgency=high * Add salsa20 and chacha20 support. diff --git a/openwrt/Makefile b/openwrt/Makefile index 7549fe8c..9bd8f341 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shadowsocks-libev -PKG_VERSION:=1.6.1 +PKG_VERSION:=1.6.2 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/archive