From de33ca83d4f10a9f223ede0eca2408ce20bc228e Mon Sep 17 00:00:00 2001 From: Aaron Levine Date: Mon, 5 Jun 2017 13:41:37 -0600 Subject: [PATCH] Changes required for 7.1.0 Release --- configure.ac | 2 +- doc/Doxyfile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f24a43a08..6fa25d175 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([SSTCore], [-dev], [sst@sandia.gov]) +AC_INIT([SSTCore], [7.1.0], [sst@sandia.gov]) AC_PREREQ([2.59]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0a09d3e38..f34ccd8f3 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -32,7 +32,7 @@ PROJECT_NAME = SST # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = @SST_SVN_REVISION@ +PROJECT_NUMBER = 7.1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer