From d3e53ac55980424b62761e05d72a71aec0c87dcb Mon Sep 17 00:00:00 2001 From: Justin Aquadro Date: Tue, 1 Apr 2014 22:30:08 -0400 Subject: [PATCH] Update version info --- NBTExplorer.Installer/License.rtf | Bin 1310 -> 1310 bytes NBTExplorer.Installer/Product.wxs | 2 +- NBTExplorer/Properties/AssemblyInfo.cs | 4 ++-- NBTModel/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NBTExplorer.Installer/License.rtf b/NBTExplorer.Installer/License.rtf index f40b4434f5932e8d39715936bc1bad7f14a2156a..1f660b3132da2a447135b119ade9e7b395c4e201 100644 GIT binary patch delta 12 TcmbQoHIHk;az>MlE6P{^9xnut delta 12 TcmbQoHIHk;az^8gE6P{^9x4Qn diff --git a/NBTExplorer.Installer/Product.wxs b/NBTExplorer.Installer/Product.wxs index 3589a72..2822ab6 100644 --- a/NBTExplorer.Installer/Product.wxs +++ b/NBTExplorer.Installer/Product.wxs @@ -3,7 +3,7 @@ diff --git a/NBTExplorer/Properties/AssemblyInfo.cs b/NBTExplorer/Properties/AssemblyInfo.cs index e49eb43..6a84a42 100644 --- a/NBTExplorer/Properties/AssemblyInfo.cs +++ b/NBTExplorer/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.7.3.0")] -[assembly: AssemblyFileVersion("2.7.3.0")] +[assembly: AssemblyVersion("2.7.4.0")] +[assembly: AssemblyFileVersion("2.7.4.0")] diff --git a/NBTModel/Properties/AssemblyInfo.cs b/NBTModel/Properties/AssemblyInfo.cs index 36e05d0..d8b807b 100644 --- a/NBTModel/Properties/AssemblyInfo.cs +++ b/NBTModel/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0.2.0")] +[assembly: AssemblyFileVersion("1.0.2.0")]