瀏覽代碼

Build 113

Brad Robinson 5 年之前
父節點
當前提交
afb95634ba
共有 4 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      version.cs
  2. 1 1
      version.h
  3. 1 1
      version.json
  4. 1 1
      version.props

+ 3 - 3
version.cs

@@ -3,13 +3,13 @@
 using System;
 using System.Reflection;
 [assembly: AssemblyCopyright("Copyright © 2014-2018 Topten Software. All Rights Reserved")]
-[assembly: AssemblyVersion("1.1.110")]
-[assembly: AssemblyFileVersion("1.1.110")]
+[assembly: AssemblyVersion("1.1.113")]
+[assembly: AssemblyFileVersion("1.1.113")]
 [assembly: AssemblyCompany("Topten Software")]
 [assembly: AssemblyProduct("PetaJson")]
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2018, 11, 4, 23, 29, 55, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2018, 11, 8, 23, 28, 45, DateTimeKind.Utc);
 }
 	

+ 1 - 1
version.h

@@ -1,7 +1,7 @@
 
 #define VER_A		1
 #define VER_B		1
-#define VER_C		110
+#define VER_C		113
 #define VER_D		0
 #define COPYRIGHT_STRING "Copyright © 2014-2018 Topten Software. All Rights Reserved\0"
 	

+ 1 - 1
version.json

@@ -1,7 +1,7 @@
 {
     "major": 1,
     "minor": 1,
-    "build": 110,
+    "build": 113,
     "copyrightYear": 2014,
     "productName": "PetaJson"
 }

+ 1 - 1
version.props

@@ -2,7 +2,7 @@
 <!-- Generated by build tool, do not edit -->
 <Project>
   <PropertyGroup>
-  	<Version Condition="'$(Variable)' == ''">1.1.110</Version>
+  	<Version Condition="'$(Variable)' == ''">1.1.113</Version>
   </PropertyGroup>
 </Project>