From 3e2bc81affe7918206dbc73a51b71289fa028cc0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 5 Jun 2012 02:59:42 +0000 Subject: [PATCH] properly update the version number git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1229 99eadd0c-20b8-1223-b5c4-2a2b2df33de2 --- build.bat | 2 +- installer/Subtitle_Edit_installer.iss | 4 ++-- src/Properties/AssemblyInfo.cs.template | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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")]