Skip to content

Commit e5a07ce

Browse files
author
Keita Iwabuchi
committed
Release v0.28
1 parent 9d0f2a8 commit e5a07ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif ()
1717
# Metall general configuration
1818
# -------------------------------------------------------------------------------- #
1919
project(Metall
20-
VERSION 0.27
20+
VERSION 0.28
2121
DESCRIPTION "A persistent memory allocator for data-centric analytics"
2222
HOMEPAGE_URL "https://github.com/LLNL/metall")
2323

docs/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Metall"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v0.27
41+
PROJECT_NUMBER = v0.28
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

include/metall/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/// METALL_VERSION / 100 % 1000 // the minor version.
1515
/// METALL_VERSION % 100 // the patch level.
1616
/// \endcode
17-
#define METALL_VERSION 2700
17+
#define METALL_VERSION 2800
1818

1919
namespace metall {
2020
/// \brief Variable type to handle a version data.

0 commit comments

Comments
 (0)