Skip to content

Commit 70929b7

Browse files
committed
bump version
1 parent 5e08c8f commit 70929b7

File tree

6 files changed

+398
-364
lines changed

6 files changed

+398
-364
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks)
1111
created by [@clowwindy](https://github.com/clowwindy) maintained by
1212
[@madeye](https://github.com/madeye).
1313

14-
Current version: 0.9 [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev)
14+
Current version: 1.0 [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev)
1515

1616
Features
1717
--------

autogen.sh

100644100755
File mode changed.

config.h.in

+5
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@
230230
# endif
231231
#endif
232232

233+
/* Enable large inode numbers on Mac OS X 10.5. */
234+
#ifndef _DARWIN_USE_64_BIT_INODE
235+
# define _DARWIN_USE_64_BIT_INODE 1
236+
#endif
237+
233238
/* Number of bits in a file offset, on hosts where this is settable. */
234239
#undef _FILE_OFFSET_BITS
235240

0 commit comments

Comments
 (0)