Skip to content

Commit 0bf5f7d

Browse files
committed
v0.1.0 release candidate.
1 parent 60f4aeb commit 0bf5f7d

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 3.9 )
22

33
# Set version number
44
set( LVARRAY_VERSION_MAJOR 0 )
5-
set( LVARRAY_VERSION_MINOR 0 )
5+
set( LVARRAY_VERSION_MINOR 1 )
66
set( LVARRAY_VERSION_PATCHLEVEL 0 )
77

88
# check if LvArray is build as a submodule or a separate project

RELEASE_NOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.

src/LvArrayConfig.hpp.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
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

0 commit comments

Comments
 (0)