Skip to content

Commit

Permalink
Updated version to v1.0-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed May 25, 2021
1 parent dc11cbf commit 4769787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Src/ILGPU/ILGPU.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<VersionPrefix>0.10.0</VersionPrefix>
<VersionPrefix>1.0-beta1</VersionPrefix>
<NeutralLanguage>en-US</NeutralLanguage>
<!-- CAUTION: ILGPU supports a limited subset only - due to the .Net 4.7 backwards compatibility -->
<LangVersion>8.0</LangVersion>
<AssemblyVersion>0.10.0.0</AssemblyVersion>
<FileVersion>0.10.0.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net47|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Properties/ILGPU.nuspec.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion>$(Version)</PackageVersion>

<Title>ILGPU</Title>
<Copyright>Copyright (c) 2016-2020 Marcel Koester. All rights reserved.</Copyright>
<Copyright>Copyright (c) 2016-2021 Marcel Koester. All rights reserved.</Copyright>
<Company />
<Authors>Marcel Koester</Authors>
<Description>ILGPU Just-In-Time Compiler</Description>
Expand Down

0 comments on commit 4769787

Please sign in to comment.