From e20236d86be9a8093fa2efae44eaf2db79dc38db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Widera?= Date: Mon, 30 Sep 2024 11:12:22 +0200 Subject: [PATCH] update version to 2.0.0 --- include/alpaka/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/alpaka/version.hpp b/include/alpaka/version.hpp index 9ea2db770b69..c81c86f8fef6 100644 --- a/include/alpaka/version.hpp +++ b/include/alpaka/version.hpp @@ -6,8 +6,8 @@ #include -#define ALPAKA_VERSION_MAJOR 1 -#define ALPAKA_VERSION_MINOR 2 +#define ALPAKA_VERSION_MAJOR 2 +#define ALPAKA_VERSION_MINOR 0 #define ALPAKA_VERSION_PATCH 0 //! The alpaka library version number