Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Nov 22, 2024
1 parent dd091aa commit f61e583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.30)

include(cmake/RecordCmdLine.cmake)

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

set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard")
Expand Down
4 changes: 2 additions & 2 deletions include/VecCore/Version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#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

#endif

0 comments on commit f61e583

Please sign in to comment.