star-4v_s

An invariant property of diffuse random walks
git clone git://git.meso-star.fr/star-4v_s.git
Log | Files | Refs | README | LICENSE

commit f762b19ab2b440c935a1d28dd39ec1e8b46bf5c9
parent 72052c7130a245fa9d735be0982e4d4d0a159750
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun, 13 Oct 2024 19:03:13 +0200

Prepare version 0.6

Diffstat:
MREADME.md | 7+++++++
Mconfig.mk | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -29,6 +29,13 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.6 + +- Update dependencies and correct API breaks. +- Replace CMake with POSIX make as build system. +- Update command line syntax to respect POSIX utility conventions. +- Add a manual page. + ### Version 0.5 Make the code compatible with Star-MC 0.5. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.5.0 +VERSION = 0.6.0 PREFIX = /usr/local BINDIR = $(PREFIX)/bin