Skip to content

Commit b88b7ad

Browse files
Bump version to 0.6
1 parent 10c6591 commit b88b7ad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors:
2020
given-names: "Alexander"
2121
affiliation: "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden"
2222
orcid: "https://orcid.org/0000-0002-6702-2015"
23-
version: '0.5'
23+
version: '0.6'
2424
date-released: '2023-01-31'
2525
repository-code: 'https://github.com/alpaka-group/llama'
2626
abstract: >-

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
author = u'Alexander Matthes, Bernhard Manfred Gruber'
3030

3131
# The short X.Y version
32-
version = u'0.5'
32+
version = u'0.6'
3333
# The full version, including alpha/beta/rc tags
34-
release = u'0.5'
34+
release = u'0.6'
3535

3636

3737
# -- General configuration ---------------------------------------------------

include/llama/llama.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// NOLINTNEXTLINE(modernize-macro-to-enum)
2626
#define LLAMA_VERSION_MAJOR 0
2727
// NOLINTNEXTLINE(modernize-macro-to-enum)
28-
#define LLAMA_VERSION_MINOR 5
28+
#define LLAMA_VERSION_MINOR 6
2929
// NOLINTNEXTLINE(modernize-macro-to-enum)
3030
#define LLAMA_VERSION_PATCH 0
3131

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
33
"name": "llama",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"dependencies": [
66
"alpaka",
77
"boost-atomic",

0 commit comments

Comments
 (0)