Skip to content

Commit

Permalink
Update version to 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoskuilen committed Dec 9, 2022
1 parent 62904a7 commit c02ca5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

AC_INIT([SSTCore], [12.0.0], [[email protected]])
AC_INIT([SSTCore], [12.1.0], [[email protected]])

AC_PREREQ([2.59])

Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion experimental/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c02ca5f

Please sign in to comment.