From 301b65d454448ac156747d8112b884879cd7d24d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 25 May 2012 14:49:14 +0200 Subject: [PATCH 1/1] Update next version to 3.8 on master branch. Having two branches with the same version is confusing. --- CMakeLists.txt | 5 +++-- NEWS | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5f879d35b..d5afc0abda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,10 +16,11 @@ set(CMAKE_C_LINK_FLAGS "" CACHE TYPE INTERNAL FORCE) # 3.5.9{3,4,5} -> rc{1,2,3} # 3.6.{0,1,2} -> release 3.6, 3.6.1, 3.6.2 # 3.7.{0,1} -> release 3.7, 3.7.1 +# 3.8.0 -> release 3.8 set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "7") -set(SIMGRID_VERSION_PATCH "1") +set(SIMGRID_VERSION_MINOR "8") +set(SIMGRID_VERSION_PATCH "0") if(${SIMGRID_VERSION_PATCH} EQUAL "0") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}") diff --git a/NEWS b/NEWS index 34d2dc6137..3fac6c79e8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ + _ _____ ___ +__ _____ _ __ ___(_) ___ _ __ |___ / ( _ ) +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ / _ \ + \ V / __/ | \__ \ | (_) | | | | ___) | (_) | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)___/ + +(to complete) _ _____ _____ _ __ _____ _ __ ___(_) ___ _ __ |___ /|___ / | \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ / /| | -- 2.20.1