File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 3.9 )
22
33# Set version number
44set ( LVARRAY_VERSION_MAJOR 0 )
5- set ( LVARRAY_VERSION_MINOR 0 )
5+ set ( LVARRAY_VERSION_MINOR 1 )
66set ( LVARRAY_VERSION_PATCHLEVEL 0 )
77
88# check if LvArray is build as a submodule or a separate project
Original file line number Diff line number Diff line change 1+ Version vxx.yy.zz -- Release date 20yy-mm-dd
2+ ============================================
3+
4+ * New features:
5+
6+ * API Changes:
7+
8+ * Build changes/improvements:
9+
10+ * Bug fixes:
11+
12+ Version v0.1.0 -- Release date 2020-10-13
13+ =========================================
14+
15+ Initial release.
Original file line number Diff line number Diff line change 1212
1313#pragma once
1414
15+ #define LVARRAY_VERSION_MAJOR @LVARRAY_VERSION_MAJOR@
16+
17+ #define LVARRAY_VERSION_MINOR @LVARRAY_VERSION_MINOR@
18+
19+ #define LVARRAY_VERSION_PATCHLEVEL @LVARRAY_VERSION_PATCHLEVEL@
20+
1521#cmakedefine LVARRAY_BOUNDS_CHECK
1622
1723#cmakedefine LVARRAY_USE_CHAI
You can’t perform that action at this time.
0 commit comments