Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Mar 17, 2023
1 parent 3511374 commit 6b3e574
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.25)

include(cmake/RecordCmdLine.cmake)

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

set(CMAKE_CXX_STANDARD 11 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.0"
#define VECCORE_VERSION "0.8.1"
#define VECCORE_VERSION_MAJOR 0
#define VECCORE_VERSION_MINOR 8
#define VECCORE_VERSION_PATCH 0
#define VECCORE_VERSION_PATCH 1

#endif

0 comments on commit 6b3e574

Please sign in to comment.