Skip to content

Commit

Permalink
Bump version #
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaquay committed Aug 7, 2017
1 parent 1c681ac commit 7ff6319
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Core/VsChromiumVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace VsChromium.Core {
public static class VsChromiumVersion {
public const string Product = "0.9.23";
public const string Product = "0.9.24";
public const string File = Product + ".0";
}
}
8 changes: 4 additions & 4 deletions src/Native/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,23,0
PRODUCTVERSION 0,9,23,0
FILEVERSION 0,9,24,0
PRODUCTVERSION 0,9,24,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The Chromium Authors"
VALUE "FileDescription", "Dynamic library containing performance sensitive functions - used by VsChromiumServer."
VALUE "FileVersion", "0.9.23.0"
VALUE "FileVersion", "0.9.24.0"
VALUE "InternalName", "VsChromium.Native.dll"
VALUE "LegalCopyright", "Copyright 2016 The Chromium Authors. All rights reserved."
VALUE "OriginalFilename", "VsChromium.Native.dll"
VALUE "ProductName", "VsChromium"
VALUE "ProductVersion", "0.9.23.0"
VALUE "ProductVersion", "0.9.24.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/VsChromium/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -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 Id="a10cf7af-5f0a-4502-b44b-51ff1b7c8a87" Version="0.9.23" Language="en-US" Publisher="The Chromium Authors" />
<Identity Id="a10cf7af-5f0a-4502-b44b-51ff1b7c8a87" Version="0.9.24" Language="en-US" Publisher="The Chromium Authors" />
<DisplayName>VsChromium</DisplayName>
<Description xml:space="preserve">Collection of tools to help contributing code to the Chromium project.</Description>
<License>LICENSE</License>
Expand Down

0 comments on commit 7ff6319

Please sign in to comment.