diff --git a/configure.ac b/configure.ac index e8ec164ad..82a01386c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([SSTCore], [-dev], [sst@sandia.gov]) +AC_INIT([SSTCore], [10.0.0], [sst@sandia.gov]) AC_PREREQ([2.59]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0a09d3e38..028308129 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.0.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