Skip to content

Commit

Permalink
Merge pull request #244 from LLNL/release/v0.22
Browse files Browse the repository at this point in the history
Release v0.22
  • Loading branch information
KIwabuchi authored Oct 12, 2022
2 parents 83425c5 + 854bd33 commit 1a09737
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.21
VERSION 0.22
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.21
PROJECT_NUMBER = v0.22

# 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 2100
#define METALL_VERSION 2200

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

0 comments on commit 1a09737

Please sign in to comment.