From f7c1841ca524450ebf471f9708377037028455b3 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Tue, 29 May 2012 16:17:37 -0800 Subject: updating version number string to 3.1.0+edits to indicate further edits past last stable release (i.e., this is a "development" branch) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12830] --- README | 2 +- src/cuda-sim/cuda-sim.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index e28676c..394596e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -GPGPU-Sim Simulator Version 3.1.0 build $Change$ +GPGPU-Sim Simulator Version 3.1.0+edits (development branch) $Change$ This version of GPGPU-Sim works with CUDA version 3.1 and 4.0. diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index 7fdd64b..81f255e 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -1372,7 +1372,7 @@ kernel_info_t *gpgpu_opencl_ptx_sim_init_grid(class function_info *entry, } const char *g_gpgpusim_build_string = "$Change$"; -const char *g_gpgpusim_version_string = "3.1.0"; +const char *g_gpgpusim_version_string = "3.1.0+edits (development branch)"; void print_splash() { @@ -1380,7 +1380,7 @@ void print_splash() if ( !splash_printed ) { unsigned build=0; sscanf(g_gpgpusim_build_string, "$Change"": %u $", &build); - fprintf(stdout, "\n\n *** GPGPU-Sim version %s (build %u) ***\n\n\n", g_gpgpusim_version_string, build ); + fprintf(stdout, "\n\n *** GPGPU-Sim Simulator Version %s (build %u) ***\n\n\n", g_gpgpusim_version_string, build ); splash_printed=1; } } -- cgit v1.3