File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ endif ()
17
17
# Metall general configuration
18
18
# -------------------------------------------------------------------------------- #
19
19
project (Metall
20
- VERSION 0.27
20
+ VERSION 0.28
21
21
DESCRIPTION "A persistent memory allocator for data-centric analytics"
22
22
HOMEPAGE_URL "https://github.com/LLNL/metall" )
23
23
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Metall"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = v0.27
41
+ PROJECT_NUMBER = v0.28
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 14
14
// / METALL_VERSION / 100 % 1000 // the minor version.
15
15
// / METALL_VERSION % 100 // the patch level.
16
16
// / \endcode
17
- #define METALL_VERSION 2700
17
+ #define METALL_VERSION 2800
18
18
19
19
namespace metall {
20
20
// / \brief Variable type to handle a version data.
You can’t perform that action at this time.
0 commit comments