Skip to content

Commit

Permalink
Updated version to v0.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed Apr 2, 2021
1 parent 8a6096a commit 3b9707a
Showing 1 changed file with 3 additions and 3 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>0.10.1</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>0.10.1.0</AssemblyVersion>
<FileVersion>0.10.1.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net47|AnyCPU'">
Expand Down

0 comments on commit 3b9707a

Please sign in to comment.