Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Jul 9, 2019
1 parent 36c0ed5 commit 5f5ff69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5.2)
project(VecCore LANGUAGES C CXX VERSION 0.6.0)

set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand Down
6 changes: 3 additions & 3 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.5.2"
#define VECCORE_VERSION "0.6.0"
#define VECCORE_VERSION_MAJOR 0
#define VECCORE_VERSION_MINOR 5
#define VECCORE_VERSION_PATCH 2
#define VECCORE_VERSION_MINOR 6
#define VECCORE_VERSION_PATCH 0

#endif

0 comments on commit 5f5ff69

Please sign in to comment.