diff --git a/build.bat b/build.bat index b3ee8b3aa..44e61113e 100644 --- a/build.bat +++ b/build.bat @@ -1,7 +1,7 @@ @ECHO OFF SETLOCAL -SET "VERSION=3.2.8" +SET "VERSION=3.3" SET "SEVENZIP_PATH=%PROGRAMFILES%\7-Zip\7z.exe" CD /D %~dp0 diff --git a/installer/Subtitle_Edit_installer.iss b/installer/Subtitle_Edit_installer.iss index e3dfd3e1c..40da62011 100644 --- a/installer/Subtitle_Edit_installer.iss +++ b/installer/Subtitle_Edit_installer.iss @@ -35,8 +35,8 @@ ; If you don't define "localize", i.e. comment out the following line then no translations ; for SubtitleEdit or the installer itself will be included in the installer #define localize -;#define TWO_DIGIT_VER -#define THREE_DIGIT_VER +#define TWO_DIGIT_VER +;#define THREE_DIGIT_VER #define VerMajor diff --git a/src/Properties/AssemblyInfo.cs.template b/src/Properties/AssemblyInfo.cs.template index 2945b039d..36402f8ca 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.2.8.0")] +[assembly: AssemblyVersion("3.3.0.0")]