Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
update compiler version in release build


use windows 2019
  • Loading branch information
AddressXception committed Feb 25, 2022
1 parent 486ea2e commit a4eec64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
windows_build:
name: Windows Build
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: MacOS Build
runs-on: macos-latest
env:
compiler_version: 12
compiler_version: 12.5.1
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(META_PROJECT_EXPORT "ElectionGuard")
set(META_PROJECT_TARGET "electionguard")
set(META_VERSION_MAJOR "0")
set(META_VERSION_MINOR "1")
set(META_VERSION_PATCH "5")
set(META_VERSION_PATCH "6")
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")

set(LIBRARY_PUBLIC_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<!-- Project -->
<RootNamespace>ElectionGuard.Encryption</RootNamespace>
<AssemblyName>ElectionGuard.Encryption</AssemblyName>
<Version>0.1.5</Version>
<AssemblyVersion>0.1.5.0</AssemblyVersion>
<AssemblyFileVersion>0.1.5.0</AssemblyFileVersion>
<Version>0.1.6</Version>
<AssemblyVersion>0.1.6.0</AssemblyVersion>
<AssemblyFileVersion>0.1.6.0</AssemblyFileVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -19,7 +19,7 @@
<Title>ElectionGuard Encryption</Title>
<Description>Open source implementation of ElectionGuard's ballot encryption.</Description>
<Authors>Microsoft</Authors>
<PackageVersion>0.1.5</PackageVersion>
<PackageVersion>0.1.6</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/microsoft/electionguard-cpp</PackageProjectUrl>
<RepositoryUrl>https://github.com/microsoft/electionguard-cpp</RepositoryUrl>
Expand Down

0 comments on commit a4eec64

Please sign in to comment.