From 9be9e71542d64c16596ea6b97e804b1036555760 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 22 Dec 2021 12:59:05 +0000 Subject: [PATCH] Version bump CPP implementations --- CMakeLists.txt | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecf2fd4..6769952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ 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: #set(CMAKE_VERBOSE_MAKEFILE ON) diff --git a/src/main.cpp b/src/main.cpp index 13a0021..3035da0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,7 +15,7 @@ #include #include -#define VERSION_STRING "3.4" +#define VERSION_STRING "4.0" #include "Stream.h"