We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd091aa commit f61e583Copy full SHA for f61e583
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.30)
2
3
include(cmake/RecordCmdLine.cmake)
4
5
-project(VecCore LANGUAGES C CXX VERSION 0.8.1
+project(VecCore LANGUAGES C CXX VERSION 0.8.2
6
DESCRIPTION "C++ Library for Portable SIMD Vectorization")
7
8
set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard")
include/VecCore/Version.h
@@ -1,9 +1,9 @@
1
#ifndef VECCORE_CONFIG_H
#define VECCORE_CONFIG_H
-#define VECCORE_VERSION "0.8.1"
+#define VECCORE_VERSION "0.8.2"
#define VECCORE_VERSION_MAJOR 0
#define VECCORE_VERSION_MINOR 8
-#define VECCORE_VERSION_PATCH 1
+#define VECCORE_VERSION_PATCH 2
9
#endif
0 commit comments