diff --git a/CHANGES b/CHANGES index ccd57a0b..2f8955b3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.0.9 2014-11-13 +- Fix startup path +- Fix allowed port range for polipo + 2.0.8 2014-11-12 - Fix data corruption - Set proxy for PPPoE diff --git a/shadowsocks-csharp/Properties/AssemblyInfo.cs b/shadowsocks-csharp/Properties/AssemblyInfo.cs index 8b0d229e..90a614c5 100755 --- a/shadowsocks-csharp/Properties/AssemblyInfo.cs +++ b/shadowsocks-csharp/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.8")] +[assembly: AssemblyVersion("2.0.9")] // [assembly: AssemblyFileVersion("2.0.0")]