Version bump

This commit is contained in:
Tom Deakin 2019-04-10 14:12:00 +01:00
parent decc44f04a
commit 289a2c204c
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- None
## [v3.4] - 2019-04-10
### Added
- OpenACC flags to build for Power 9, Volta, Skylake and KNL.
- Kokkos list CLI argument shows some information about which device will be used.

View File

@ -15,7 +15,7 @@
#include <iomanip>
#include <cstring>
#define VERSION_STRING "3.3"
#define VERSION_STRING "3.4"
#include "Stream.h"