diff --git a/configure.ac b/configure.ac index 6b7ac4b8f..07ca33cff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([SSTCore], [-dev], [sst@sandia.gov]) +AC_INIT([SSTCore], [10.1.0], [sst@sandia.gov]) AC_PREREQ([2.59]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0a09d3e38..dc4aa8dc3 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 = 10.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 @@ -706,7 +706,7 @@ EXCLUDE_PATTERNS = sst_config.h \ */.deps \ */.deps/* \ */.metadata \ - */.metadata/* + */.metadata/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the