alpaka
Abstraction Library for Parallel Kernel Acceleration
version.hpp
Go to the documentation of this file.
1 /* Copyright 2022 Benjamin Worpitz, Erik Zenker, Jan Stephan
2  * SPDX-License-Identifier: MPL-2.0
3  */
4 
5 #pragma once
6 
7 #include <boost/predef/version_number.h>
8 
9 #define ALPAKA_VERSION_MAJOR 1
10 #define ALPAKA_VERSION_MINOR 2
11 #define ALPAKA_VERSION_PATCH 0
12 
13 //! The alpaka library version number
14 #define ALPAKA_VERSION BOOST_VERSION_NUMBER(ALPAKA_VERSION_MAJOR, ALPAKA_VERSION_MINOR, ALPAKA_VERSION_PATCH)