Skip to content

Commit ddaa4fe

Browse files
update develop version to 2.2
CI_FILTER: ^DISABLEALL
1 parent bf18b13 commit ddaa4fe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
copyright = "Documentation under CC-BY 4.0, Benjamin Worpitz, René Widera, Axel Huebl, Michael Bussmann"
1212
author = "Benjamin Worpitz, René Widera, Axel Huebl, Michael Bussmann"
1313
# The short X.Y version.
14-
version = "1.0.0"
14+
version = "2.2.0"
1515
# The full version, including alpha/beta/rc tags.
16-
release = "1.0.0-rc1"
16+
release = "2.2.0-rc"
1717

1818
# The master toctree document.
1919
master_doc = "index"

include/alpaka/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "alpaka/core/Config.hpp"
88

99
#define ALPAKA_VERSION_MAJOR 2
10-
#define ALPAKA_VERSION_MINOR 1
10+
#define ALPAKA_VERSION_MINOR 2
1111
#define ALPAKA_VERSION_PATCH 0
1212

1313
//! The alpaka library version number

0 commit comments

Comments
 (0)