diff --git a/build.bat b/build.bat index 4cfaa5a59..03e7a333d 100644 --- a/build.bat +++ b/build.bat @@ -1,7 +1,7 @@ @ECHO OFF SETLOCAL -SET "VERSION=3.3.7" +SET "VERSION=3.3.8" SET "SEVENZIP_PATH=%PROGRAMFILES%\7-Zip\7z.exe" CD /D %~dp0 diff --git a/src/Properties/AssemblyInfo.cs.in b/src/Properties/AssemblyInfo.cs.in index d2cfa8683..4996700fb 100644 --- a/src/Properties/AssemblyInfo.cs.in +++ b/src/Properties/AssemblyInfo.cs.in @@ -31,4 +31,4 @@ 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("3.3.7.$WCREV$")] +[assembly: AssemblyVersion("3.3.8.$WCREV$")] diff --git a/src/Properties/AssemblyInfo.cs.template b/src/Properties/AssemblyInfo.cs.template index b0c38d42a..52733a961 100644 --- a/src/Properties/AssemblyInfo.cs.template +++ b/src/Properties/AssemblyInfo.cs.template @@ -31,4 +31,4 @@ 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("3.3.7.0")] +[assembly: AssemblyVersion("3.3.8.0")]