Skip to content

Commit

Permalink
Update version for GE in master to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Jun 22, 2018
1 parent cf02ac4 commit ddb80ab
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CommonAssemblyInfo.cs
Expand Up @@ -21,9 +21,9 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.51.00")]
[assembly: AssemblyFileVersion("2.51.00")]
[assembly: AssemblyInformationalVersion("2.51")]
[assembly: AssemblyVersion("2.99.90")]
[assembly: AssemblyFileVersion("2.99.90")]
[assembly: AssemblyInformationalVersion("3.00.a1")]

// Disable CLS compliance. See https://github.com/gitextensions/gitextensions/issues/4710
[assembly: CLSCompliant(isCompliant: false)]
Expand Down
8 changes: 4 additions & 4 deletions GitExtSshAskPass/SshAskPass.rc2
Expand Up @@ -13,8 +13,8 @@
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,51,00,0
PRODUCTVERSION 2,51,00,0
FILEVERSION 2,99,90,0
PRODUCTVERSION 2,99,90,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -30,12 +30,12 @@ BEGIN
BLOCK "040904B0"
BEGIN
VALUE "FileDescription", "Git Extensions"
VALUE "FileVersion", "2.51.00"
VALUE "FileVersion", "2.99.90"
VALUE "InternalName", "Git Extensions"
VALUE "LegalCopyright", "Copyright 2013-2018"
VALUE "OriginalFilename", "GitExtSshAskPass.exe"
VALUE "ProductName", "Git Extensions"
VALUE "ProductVersion", "2.51"
VALUE "ProductVersion", "3.00.a1"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions GitExtensionsShellEx/GitExtensionsShellEx.rc
Expand Up @@ -50,8 +50,8 @@ IDI_ICONCREATEREPOSITORY ICON "Resources\\IconRepoCreate.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,51,00,0
PRODUCTVERSION 2,51,00,0
FILEVERSION 2,99,90,0
PRODUCTVERSION 2,99,90,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -67,12 +67,12 @@ BEGIN
BLOCK "040904B0"
BEGIN
VALUE "FileDescription", "Git Extensions"
VALUE "FileVersion", "2.51.00"
VALUE "FileVersion", "2.99.90"
VALUE "InternalName", "Git Extensions"
VALUE "LegalCopyright", "Copyright 2008-2018"
VALUE "OriginalFilename", "GitExtensionsShellEx.dll"
VALUE "ProductName", "Git Extensions"
VALUE "ProductVersion", "2.51"
VALUE "ProductVersion", "3.00.a1"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion GitExtensionsVSIX/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Publisher="GitExt Team" Version="2.51.00" Language="en-US" Id="GitExtensions..550013F4-337C-4750-8967-DDEEEC2EB497" />
<Identity Publisher="GitExt Team" Version="2.99.90" Language="en-US" Id="GitExtensions..550013F4-337C-4750-8967-DDEEEC2EB497" />
<DisplayName>GitExtensions</DisplayName>
<Description xml:space="preserve" >Git Extensions is a graphical user interface for Git that allows you to control Git without using the command-line</Description>
<MoreInfo>http://gitextensions.github.io/</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions Setup/MakeInstallers.cmd
Expand Up @@ -4,8 +4,8 @@ rem
rem Update this version number with every release
rem
setlocal
set version=2.51
set numericVersion=2.51.00
set version=3.00.a1
set numericVersion=2.99.90
if not "%APPVEYOR_BUILD_VERSION%"=="" (
set version=%APPVEYOR_BUILD_VERSION%
set numericVersion=%APPVEYOR_BUILD_VERSION%
Expand Down

0 comments on commit ddb80ab

Please sign in to comment.