From 009559ea73ca3e91b75aaf855249ed2f0ca6b122 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 12 Oct 2015 06:21:50 +0200 Subject: [PATCH] Fix the internal version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b0d5ff473..68e71c4581 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "12") set(SIMGRID_VERSION_PATCH "0") -set(SIMGRID_VERSION_EXTRA "-devel") # Extra words to add to version string (e.g. -rc1) +# set(SIMGRID_VERSION_EXTRA "-devel") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2015") # Year for copyright information -- 2.20.1