Version bump CPP implementations
This commit is contained in:
parent
272cc719bd
commit
9be9e71542
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
||||||
|
|
||||||
project(BabelStream VERSION 3.5 LANGUAGES CXX)
|
project(BabelStream VERSION 4.0 LANGUAGES CXX)
|
||||||
|
|
||||||
# uncomment for debugging build issues:
|
# uncomment for debugging build issues:
|
||||||
#set(CMAKE_VERBOSE_MAKEFILE ON)
|
#set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#define VERSION_STRING "3.4"
|
#define VERSION_STRING "4.0"
|
||||||
|
|
||||||
#include "Stream.h"
|
#include "Stream.h"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user