Skip to content

Commit

Permalink
Bump version number to 0.9.30
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaquay committed Feb 15, 2018
1 parent 6e173bb commit d846866
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.29";
public const string Product = "0.9.30";
public const string File = Product + ".0";
public const string Copyright = "Copyright © 2018 The Chromium Authors.All rights reserved.";
}
Expand Down
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,29,0
PRODUCTVERSION 0,9,29,0
FILEVERSION 0,9,30,0
PRODUCTVERSION 0,9,30,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.29.0"
VALUE "FileVersion", "0.9.30.0"
VALUE "InternalName", "VsChromium.Native.dll"
VALUE "LegalCopyright", "Copyright 2018 The Chromium Authors. All rights reserved."
VALUE "OriginalFilename", "VsChromium.Native.dll"
VALUE "ProductName", "VsChromium"
VALUE "ProductVersion", "0.9.29.0"
VALUE "ProductVersion", "0.9.30.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.29" Language="en-US" Publisher="The Chromium Authors" />
<Identity Id="a10cf7af-5f0a-4502-b44b-51ff1b7c8a87" Version="0.9.30" 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 d846866

Please sign in to comment.