mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
properly update the version number
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1229 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
3f705b793b
commit
3e2bc81aff
@ -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
|
||||
|
@ -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
|
||||
|
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user