Skip to content

Commit

Permalink
v0.1.0 release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 committed Oct 13, 2020
1 parent 60f4aeb commit 0bf5f7d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 3.9 )

# Set version number
set( LVARRAY_VERSION_MAJOR 0 )
set( LVARRAY_VERSION_MINOR 0 )
set( LVARRAY_VERSION_MINOR 1 )
set( LVARRAY_VERSION_PATCHLEVEL 0 )

# check if LvArray is build as a submodule or a separate project
Expand Down
15 changes: 15 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Version vxx.yy.zz -- Release date 20yy-mm-dd
============================================

* New features:

* API Changes:

* Build changes/improvements:

* Bug fixes:

Version v0.1.0 -- Release date 2020-10-13
=========================================

Initial release.
6 changes: 6 additions & 0 deletions src/LvArrayConfig.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

#pragma once

#define LVARRAY_VERSION_MAJOR @LVARRAY_VERSION_MAJOR@

#define LVARRAY_VERSION_MINOR @LVARRAY_VERSION_MINOR@

#define LVARRAY_VERSION_PATCHLEVEL @LVARRAY_VERSION_PATCHLEVEL@

#cmakedefine LVARRAY_BOUNDS_CHECK

#cmakedefine LVARRAY_USE_CHAI
Expand Down

0 comments on commit 0bf5f7d

Please sign in to comment.