Skip to content

Commit f61e583

Browse files
committed
Version 0.8.2
1 parent dd091aa commit f61e583

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.30)
22

33
include(cmake/RecordCmdLine.cmake)
44

5-
project(VecCore LANGUAGES C CXX VERSION 0.8.1
5+
project(VecCore LANGUAGES C CXX VERSION 0.8.2
66
DESCRIPTION "C++ Library for Portable SIMD Vectorization")
77

88
set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard")

include/VecCore/Version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef VECCORE_CONFIG_H
22
#define VECCORE_CONFIG_H
33

4-
#define VECCORE_VERSION "0.8.1"
4+
#define VECCORE_VERSION "0.8.2"
55
#define VECCORE_VERSION_MAJOR 0
66
#define VECCORE_VERSION_MINOR 8
7-
#define VECCORE_VERSION_PATCH 1
7+
#define VECCORE_VERSION_PATCH 2
88

99
#endif

0 commit comments

Comments
 (0)