Skip to content

Commit

Permalink
Merge pull request #217 from LLNL/release/v0.20
Browse files Browse the repository at this point in the history
Release v0.20
  • Loading branch information
KIwabuchi committed Apr 25, 2022
2 parents e366aa1 + 331df44 commit d1a3c5b
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 @@ -11,7 +11,7 @@ cmake_policy(SET CMP0077 NEW)
# Metall general configuration
# -------------------------------------------------------------------------------- #
project(Metall
VERSION 0.19
VERSION 0.20
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.19
PROJECT_NUMBER = v0.20

# 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 1900
#define METALL_VERSION 2000

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

0 comments on commit d1a3c5b

Please sign in to comment.