Move version string to main removing common dependency

This commit is contained in:
Tom Deakin 2016-12-09 12:36:25 +00:00
parent 1d4a5dc346
commit d0dd48406c
3 changed files with 2 additions and 19 deletions

View File

@ -1,9 +0,0 @@
// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith,
// University of Bristol HPC
//
// For full license terms please see the LICENSE file distributed with this
// source code
#define VERSION_STRING "devel"

View File

@ -1,9 +0,0 @@
// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith,
// University of Bristol HPC
//
// For full license terms please see the LICENSE file distributed with this
// source code
#define VERSION_STRING "@gpu-stream_VERSION_MAJOR@.@gpu-stream_VERSION_MINOR@"

View File

@ -15,7 +15,8 @@
#include <iomanip>
#include <cstring>
#include "common.h"
#define VERSION_STRING "devel"
#include "Stream.h"
#if defined(CUDA)