From c02ca5f1af9cdabd249304b9c3b34e5a535c3eca Mon Sep 17 00:00:00 2001 From: Gwen Date: Fri, 9 Dec 2022 11:49:03 -0700 Subject: [PATCH] Update version to 12.1.0 --- configure.ac | 2 +- doc/Doxyfile.in | 2 +- experimental/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 94b39c06b..809bb26f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([SSTCore], [12.0.0], [sst@sandia.gov]) +AC_INIT([SSTCore], [12.1.0], [sst@sandia.gov]) AC_PREREQ([2.59]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0a09d3e38..4d356b5bf 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 = 12.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 diff --git a/experimental/CMakeLists.txt b/experimental/CMakeLists.txt index e5a0ba719..93e64fbab 100644 --- a/experimental/CMakeLists.txt +++ b/experimental/CMakeLists.txt @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.16) project( sst-core - VERSION 11.1.0 + VERSION 12.1.0 DESCRIPTION "SSTCore" LANGUAGES C CXX)