Skip to content

Commit 0904a62

Browse files
committed
Fix #656
1 parent e69b0a9 commit 0904a62

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for shadowsocks-libev 2.4.6.
3+
# Generated by GNU Autoconf 2.69 for shadowsocks-libev 2.4.7.
44
#
55
# Report bugs to <max.c.lv@gmail.com>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='shadowsocks-libev'
592592
PACKAGE_TARNAME='shadowsocks-libev'
593-
PACKAGE_VERSION='2.4.6'
594-
PACKAGE_STRING='shadowsocks-libev 2.4.6'
593+
PACKAGE_VERSION='2.4.7'
594+
PACKAGE_STRING='shadowsocks-libev 2.4.7'
595595
PACKAGE_BUGREPORT='max.c.lv@gmail.com'
596596
PACKAGE_URL=''
597597

@@ -1346,7 +1346,7 @@ if test "$ac_init_help" = "long"; then
13461346
# Omit some internal or obsolete options to make the list less imposing.
13471347
# This message is too long to be a string in the A/UX 3.1 sh.
13481348
cat <<_ACEOF
1349-
\`configure' configures shadowsocks-libev 2.4.6 to adapt to many kinds of systems.
1349+
\`configure' configures shadowsocks-libev 2.4.7 to adapt to many kinds of systems.
13501350

13511351
Usage: $0 [OPTION]... [VAR=VALUE]...
13521352

@@ -1417,7 +1417,7 @@ fi
14171417

14181418
if test -n "$ac_init_help"; then
14191419
case $ac_init_help in
1420-
short | recursive ) echo "Configuration of shadowsocks-libev 2.4.6:";;
1420+
short | recursive ) echo "Configuration of shadowsocks-libev 2.4.7:";;
14211421
esac
14221422
cat <<\_ACEOF
14231423

@@ -1552,7 +1552,7 @@ fi
15521552
test -n "$ac_init_help" && exit $ac_status
15531553
if $ac_init_version; then
15541554
cat <<\_ACEOF
1555-
shadowsocks-libev configure 2.4.6
1555+
shadowsocks-libev configure 2.4.7
15561556
generated by GNU Autoconf 2.69
15571557

15581558
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2075,7 +2075,7 @@ cat >config.log <<_ACEOF
20752075
This file contains any messages produced by compilers while
20762076
running configure, to aid debugging if configure makes a mistake.
20772077

2078-
It was created by shadowsocks-libev $as_me 2.4.6, which was
2078+
It was created by shadowsocks-libev $as_me 2.4.7, which was
20792079
generated by GNU Autoconf 2.69. Invocation command line was
20802080

20812081
$ $0 $@
@@ -4314,7 +4314,7 @@ fi
43144314

43154315
# Define the identity of the package.
43164316
PACKAGE='shadowsocks-libev'
4317-
VERSION='2.4.6'
4317+
VERSION='2.4.7'
43184318

43194319

43204320
cat >>confdefs.h <<_ACEOF
@@ -16143,7 +16143,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1614316143
# report actual input values of CONFIG_FILES etc. instead of their
1614416144
# values after options handling.
1614516145
ac_log="
16146-
This file was extended by shadowsocks-libev $as_me 2.4.6, which was
16146+
This file was extended by shadowsocks-libev $as_me 2.4.7, which was
1614716147
generated by GNU Autoconf 2.69. Invocation command line was
1614816148

1614916149
CONFIG_FILES = $CONFIG_FILES
@@ -16209,7 +16209,7 @@ _ACEOF
1620916209
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1621016210
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1621116211
ac_cs_version="\\
16212-
shadowsocks-libev config.status 2.4.6
16212+
shadowsocks-libev config.status 2.4.7
1621316213
configured by $0, generated by GNU Autoconf 2.69,
1621416214
with options \\"\$ac_cs_config\\"
1621516215

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
22
dnl Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.67])
5-
AC_INIT([shadowsocks-libev], [2.4.6], [max.c.lv@gmail.com])
5+
AC_INIT([shadowsocks-libev], [2.4.7], [max.c.lv@gmail.com])
66
AC_CONFIG_SRCDIR([src/encrypt.c])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_AUX_DIR(auto)

0 commit comments

Comments
 (0)