From a9c43588e4cb038e6ac02f050e4cab81f8228dff Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 16 Nov 2017 18:18:27 +0800 Subject: [PATCH] Bump version --- Changes | 6 ++++++ README.md | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 45df826..835c49b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +simple-obfs (0.0.5-1) unstable; urgency=medium + + * Fix the building issue on Windows. + + -- Max Lv Thu, 16 Nov 2017 18:04:07 +0800 + simple-obfs (0.0.4-1) unstable; urgency=medium * Minor bug fixes. diff --git a/README.md b/README.md index 00c62e5..9ff000f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple-obfs is a simple obfusacting tool, designed as plugin server of shadowsocks. -Current version: 0.0.4 | [Changelog](Changes) +Current version: 0.0.5 | [Changelog](Changes) ## Build For Unix-like systems, especially Debian-based systems, diff --git a/configure.ac b/configure.ac index 111cd57..65cf313 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([simple-obfs], [0.0.4], [max.c.lv@gmail.com]) +AC_INIT([simple-obfs], [0.0.5], [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 45df826..835c49b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +simple-obfs (0.0.5-1) unstable; urgency=medium + + * Fix the building issue on Windows. + + -- Max Lv Thu, 16 Nov 2017 18:04:07 +0800 + simple-obfs (0.0.4-1) unstable; urgency=medium * Minor bug fixes.