diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d81937..6c2964f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/main.cpp b/main.cpp index fd1858e2..f006f8ca 100644 --- a/main.cpp +++ b/main.cpp @@ -15,7 +15,7 @@ #include #include -#define VERSION_STRING "3.3" +#define VERSION_STRING "3.4" #include "Stream.h"