Skip to content

Commit

Permalink
Set version to 2.47.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jbialobr committed Nov 15, 2013
1 parent bc01963 commit 096e624
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.47.1")]
[assembly: AssemblyFileVersion("2.47.1")]
[assembly: AssemblyVersion("2.47.2")]
[assembly: AssemblyFileVersion("2.47.2")]
8 changes: 4 additions & 4 deletions GitExtSshAskPass/SshAskPass.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,47,1,0
PRODUCTVERSION 2,47,1,0
FILEVERSION 2,47,2,0
PRODUCTVERSION 2,47,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -30,12 +30,12 @@ BEGIN
BLOCK "040904B0"
BEGIN
VALUE "FileDescription", "Git Extensions"
VALUE "FileVersion", "2.47.1"
VALUE "FileVersion", "2.47.2"
VALUE "InternalName", "Git Extensions"
VALUE "LegalCopyright", "Copyright 2013"
VALUE "OriginalFilename", "GitExtSshAskPass.exe"
VALUE "ProductName", "Git Extensions"
VALUE "ProductVersion", "2.47.1"
VALUE "ProductVersion", "2.47.2"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions GitExtensionsShellEx/GitExtensionsShellEx.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ IDI_ICONCREATEREPOSITORY ICON "Resources\\IconRepoCreate.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,47,1,0
PRODUCTVERSION 2,47,1,0
FILEVERSION 2,47,2,0
PRODUCTVERSION 2,47,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -67,12 +67,12 @@ BEGIN
BLOCK "040904B0"
BEGIN
VALUE "FileDescription", "Git Extensions"
VALUE "FileVersion", "2.47.1"
VALUE "FileVersion", "2.47.2"
VALUE "InternalName", "Git Extensions"
VALUE "LegalCopyright", "Copyright 2013"
VALUE "OriginalFilename", "GitExtensionsShellEx.dll"
VALUE "ProductName", "Git Extensions"
VALUE "ProductVersion", "2.47.1"
VALUE "ProductVersion", "2.47.2"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Setup/MakeInstallers.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rem
rem Update this version number with every release
rem
setlocal
set version=2.47.01
set version=2.47.02

set msiversion=%version:.=%
set normal=GitExtensions%msiversion%Setup.msi
Expand Down
2 changes: 1 addition & 1 deletion Setup/MakeMonoArchive.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem
rem Update this version number with every release
rem
setlocal
set version=2.47.01
set version=2.47.02
set zipversion=%version:.=%
set normal=GitExtensions%zipversion%Mono.zip
set szip="..\packages\7-Zip.CommandLine.9.20.0\tools\7za"
Expand Down

0 comments on commit 096e624

Please sign in to comment.