Skip to content

Commit

Permalink
Merge pull request LLNL#322 from LLNL/release/v0.28
Browse files Browse the repository at this point in the history
Release v0.28
  • Loading branch information
KIwabuchi authored Apr 15, 2024
2 parents 9d0f2a8 + e5a07ce commit e748db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif ()
# Metall general configuration
# -------------------------------------------------------------------------------- #
project(Metall
VERSION 0.27
VERSION 0.28
DESCRIPTION "A persistent memory allocator for data-centric analytics"
HOMEPAGE_URL "https://github.com/LLNL/metall")

Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Metall"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v0.27
PROJECT_NUMBER = v0.28

# 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 a
Expand Down
2 changes: 1 addition & 1 deletion include/metall/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/// METALL_VERSION / 100 % 1000 // the minor version.
/// METALL_VERSION % 100 // the patch level.
/// \endcode
#define METALL_VERSION 2700
#define METALL_VERSION 2800

namespace metall {
/// \brief Variable type to handle a version data.
Expand Down

0 comments on commit e748db7

Please sign in to comment.