Skip to content

Commit

Permalink
Bump CNG provider version to 1.0
Browse files Browse the repository at this point in the history
Change-Id: Idfbc768890d632d0d4f1fd1bf60ef905d8d7b9d0
  • Loading branch information
tdbhacks committed Nov 29, 2023
1 parent eed0e25 commit c7847f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kmscng/main/kmscng.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Language="1033" Codepage="1252" UpgradeCode="{AB7C91D4-D9B6-4E79-A332-6839067BF60D}" Manufacturer="Google LLC" Name="Cloud KMS Provider for Microsoft CNG" Version="0.9.0">
<Product Id="*" Language="1033" Codepage="1252" UpgradeCode="{AB7C91D4-D9B6-4E79-A332-6839067BF60D}" Manufacturer="Google LLC" Name="Cloud KMS Provider for Microsoft CNG" Version="1.0.0">
<Package InstallScope="perMachine" InstallerVersion="200" Compressed="yes" Platform="x64"/>
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed."/>
<MediaTemplate EmbedCab="yes"/>
Expand Down
4 changes: 2 additions & 2 deletions kmscng/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

namespace cloud_kms::kmscng {

constexpr uint8_t kLibraryVersionMajor = 0;
constexpr uint8_t kLibraryVersionMinor = 9;
constexpr uint8_t kLibraryVersionMajor = 1;
constexpr uint8_t kLibraryVersionMinor = 0;

// https://learn.microsoft.com/en-us/windows/win32/seccng/key-storage-property-identifiers#ncrypt_version_property
constexpr uint32_t kLibraryVersionHex =
Expand Down

0 comments on commit c7847f4

Please sign in to comment.