Skip to content

Commit 4991b7c

Browse files
committed
v0.35.7
1 parent d3e633a commit 4991b7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Client/Common/General/Const.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Const
1010
public static readonly string PROTOCOL_VERSION = "0.36";
1111
public static readonly string SOFTWARE_NAME = "P2PQ_SharpClient";
1212
// TODO: SOFTWARE_VERSIONを自動生成したい
13-
public static readonly string SOFTWARE_VERSION = "compatible_0.35.006";
13+
public static readonly string SOFTWARE_VERSION = "compatible_0.35.007";
1414
public static readonly double ALLOW_PROTOCOL_VERSION = 0.30;
1515
}
1616
}

WpfClient/WpfClient.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Company></Company>
1212
<AssemblyName>P2PQuake</AssemblyName>
1313
<PackageProjectUrl>https://www.p2pquake.net/</PackageProjectUrl>
14-
<AssemblyVersion>0.35.0.6</AssemblyVersion>
15-
<FileVersion>0.35.0.6</FileVersion>
16-
<Version>0.35.6</Version>
14+
<AssemblyVersion>0.35.0.7</AssemblyVersion>
15+
<FileVersion>0.35.0.7</FileVersion>
16+
<Version>0.35.7</Version>
1717
<RepositoryUrl>https://github.com/p2pquake/epsp-peer-cs</RepositoryUrl>
1818
<ApplicationIcon>Resources\Icons\p2pquake.ico</ApplicationIcon>
1919
<NoWin32Manifest>true</NoWin32Manifest>

0 commit comments

Comments
 (0)