Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Jan 19, 2021
1 parent f067018 commit cc9f37c
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.9)

include(cmake/RecordCmdLine.cmake)

project(VecCore LANGUAGES C CXX VERSION 0.6.0
project(VecCore LANGUAGES C CXX VERSION 0.7.0
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.6.0"
#define VECCORE_VERSION "0.7.0"
#define VECCORE_VERSION_MAJOR 0
#define VECCORE_VERSION_MINOR 6
#define VECCORE_VERSION_MINOR 7
#define VECCORE_VERSION_PATCH 0

#endif

0 comments on commit cc9f37c

Please sign in to comment.