diff --git a/configure.ac b/configure.ac index ce5db6e6d..9355e5998 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([SSTCore], [-dev], [wg-sst@sandia.gov]) +AC_INIT([SSTCore], [14.1], [wg-sst@sandia.gov]) AC_PREREQ([2.59]) AC_COPYRIGHT([Copyright National Technology and Engineering Solutions of Sandia (NTESS), 2004-2024]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0a09d3e38..164ffb654 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 = 14.1 # 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 diff --git a/experimental/CMakeLists.txt b/experimental/CMakeLists.txt index 4414faa31..db6589178 100644 --- a/experimental/CMakeLists.txt +++ b/experimental/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.16) project( sst-core - VERSION 13.0.0 + VERSION 14.1.0 DESCRIPTION "SSTCore" LANGUAGES C CXX)