Updated version number to 3.3.8

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1984 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2013-08-07 19:05:21 +00:00
parent ec87717c38
commit d4f5970e10
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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$")]

View File

@ -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")]