From 583db2d28857811b505a751166211444e28aee0a Mon Sep 17 00:00:00 2001 From: Billy Kozma Date: Sat, 2 Nov 2019 20:32:31 -0600 Subject: [PATCH] bump the version number --- win32/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win32/Properties/AssemblyInfo.cs b/win32/Properties/AssemblyInfo.cs index 978d47c..d9e3646 100644 --- a/win32/Properties/AssemblyInfo.cs +++ b/win32/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ITS ITU-R Rec P.528 GUI")] +[assembly: AssemblyTitle("ITS ITU-R Rec P.528-4 GUI")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("The Institute for Telecommunication Sciences")] @@ -51,5 +51,5 @@ // 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.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyFileVersion("1.3.1.0")]