Brad Robinson 5 سال پیش
والد
کامیت
4251181095
4فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 4 4
      version.cs
  2. 2 2
      version.h
  3. 1 1
      version.json
  4. 1 1
      version.props

+ 4 - 4
version.cs

@@ -2,14 +2,14 @@
 // Generated by build tool, do not edit
 using System;
 using System.Reflection;
-[assembly: AssemblyCopyright("Copyright © 2014-2018 Topten Software. All Rights Reserved")]
-[assembly: AssemblyVersion("1.1.113")]
-[assembly: AssemblyFileVersion("1.1.113")]
+[assembly: AssemblyCopyright("Copyright © 2014-2019 Topten Software. All Rights Reserved")]
+[assembly: AssemblyVersion("1.1.114")]
+[assembly: AssemblyFileVersion("1.1.114")]
 [assembly: AssemblyCompany("Topten Software")]
 [assembly: AssemblyProduct("PetaJson")]
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2018, 11, 8, 23, 28, 45, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2019, 6, 20, 5, 20, 8, DateTimeKind.Utc);
 }
 	

+ 2 - 2
version.h

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

+ 1 - 1
version.json

@@ -1,7 +1,7 @@
 {
     "major": 1,
     "minor": 1,
-    "build": 113,
+    "build": 114,
     "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.113</Version>
+  	<Version Condition="'$(Variable)' == ''">1.1.114</Version>
   </PropertyGroup>
 </Project>