commit 7a97fa240306d4d159042420314f473eb46043c6
parent 7ef01bce5f504e2232c3630b6688849755e9015b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Jun 2021 14:30:33 +0200
Release the 0.4 version
Diffstat:
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -25,6 +25,10 @@ project from the `cmake/CMakeLists.txt` file by appending to the
## Release notes
+### Version 0.4
+
+- Make the code compatible with Star-3D 0.8.
+
### Version 0.3
- Make the code compatible with Star-MC 0.4.
@@ -35,8 +39,7 @@ project from the `cmake/CMakeLists.txt` file by appending to the
## License
-Star-4V/S is Copyright (C) 2015-2018, 2021 |Meso|Star> (<contact@meso-star.com>).
-It is a free software released under the [OSI](http://opensource.org)-approved
-CeCILL license. You are welcome to redistribute it under certain conditions;
-refer to the COPYING files for details.
-
+Copyright (C) 2015-2018, 2021 |Meso|Star> (<contact@meso-star.com>). Star-4V/S
+is free software released under the GPL v3+ license: GNU GPL version 3 or
+later. You are welcome to redistribute it under certain conditions; refer to
+the COPYING file for details.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -56,7 +56,7 @@ include(rcmake_runtime)
# Configure and define the targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 3)
+set(VERSION_MINOR 4)
set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})