Skip to content

Commit

Permalink
Update version numbers to 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoskuilen committed Oct 14, 2024
1 parent e9be5a2 commit e15cb53
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], [-dev], [[email protected]])
AC_INIT([SSTCore], [14.1], [[email protected]])

AC_PREREQ([2.59])
AC_COPYRIGHT([Copyright National Technology and Engineering Solutions of Sandia (NTESS), 2004-2024])
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 = 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
Expand Down
2 changes: 1 addition & 1 deletion experimental/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e15cb53

Please sign in to comment.