From 54c38fd5983f842be5c3a4c65d7906365a270c4e Mon Sep 17 00:00:00 2001 From: Abed Haque Date: Wed, 9 Sep 2015 16:06:57 -0500 Subject: [PATCH] Changed AssmeblyVersion for D-STAR application. --- pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs index c5e88b2..9b6c375 100644 --- a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs +++ b/pc/CODEC2 GUI/CODEC2 GUI/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.5.0.6")] -[assembly: AssemblyFileVersion("1.5.0.6")] +[assembly: AssemblyVersion("1.0.6.0")] +[assembly: AssemblyFileVersion("1.0.6.0")]