File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ authors:
20
20
given-names : " Alexander"
21
21
affiliation : " Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden"
22
22
orcid : " https://orcid.org/0000-0002-6702-2015"
23
- version : ' 0.5 '
23
+ version : ' 0.6 '
24
24
date-released : ' 2023-01-31'
25
25
repository-code : ' https://github.com/alpaka-group/llama'
26
26
abstract : >-
Original file line number Diff line number Diff line change 29
29
author = u'Alexander Matthes, Bernhard Manfred Gruber'
30
30
31
31
# The short X.Y version
32
- version = u'0.5 '
32
+ version = u'0.6 '
33
33
# The full version, including alpha/beta/rc tags
34
- release = u'0.5 '
34
+ release = u'0.6 '
35
35
36
36
37
37
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 25
25
// NOLINTNEXTLINE(modernize-macro-to-enum)
26
26
#define LLAMA_VERSION_MAJOR 0
27
27
// NOLINTNEXTLINE(modernize-macro-to-enum)
28
- #define LLAMA_VERSION_MINOR 5
28
+ #define LLAMA_VERSION_MINOR 6
29
29
// NOLINTNEXTLINE(modernize-macro-to-enum)
30
30
#define LLAMA_VERSION_PATCH 0
31
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json" ,
3
3
"name" : " llama" ,
4
- "version" : " 0.5 .0" ,
4
+ "version" : " 0.6 .0" ,
5
5
"dependencies" : [
6
6
" alpaka" ,
7
7
" boost-atomic" ,
You can’t perform that action at this time.
0 commit comments