Skip to content

Commit

Permalink
Updated ILGPU version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed Jul 14, 2019
1 parent 421572a commit db7bdd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = ILGPU
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.5.1
PROJECT_NUMBER = 0.6.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion .nuget/ILGPU.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>ILGPU</id>
<version>0.5.1</version>
<version>0.6.0</version>
<title>ILGPU</title>
<owners>Marcel Koester</owners>
<authors>Marcel Koester</authors>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ execute the Cuda test cases.

# References

* Parallel Thread Execution ISA 6.3
* Parallel Thread Execution ISA 6.4
- NVIDIA
* A Graph-Based Higher-Order Intermediate Representation
- Roland Leissa, Marcel Koester, and Sebastian Hack
Expand Down
4 changes: 2 additions & 2 deletions Src/ILGPU/ILGPU.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<Copyright>Copyright © 2016-2019 Marcel Koester</Copyright>
<Company />
<Authors>Marcel Koester</Authors>
<Version>0.5.1</Version>
<Version>0.6.0</Version>
<Description>ILGPU Just-In-Time Compiler</Description>
<PackageProjectUrl>www.ilgpu.net</PackageProjectUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<LangVersion>7.3</LangVersion>
<AssemblyVersion>0.5.1.0</AssemblyVersion>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
</PropertyGroup>

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

0 comments on commit db7bdd2

Please sign in to comment.