From 118c2afdb69e916f2cbbaf88318754f541873633 Mon Sep 17 00:00:00 2001 From: Aaron Levine Date: Thu, 7 Dec 2017 11:48:33 -0700 Subject: [PATCH] Setting version number for the release --- configure.ac | 2 +- doc/Doxyfile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 40d164ac6..8f0fbd047 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([SSTCore], [-dev], [sst@sandia.gov]) +AC_INIT([SSTCore], [7.2.0], [sst@sandia.gov]) AC_PREREQ([2.59]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0a09d3e38..cbd822bc7 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.2.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