rngrd

Describe a surface and its physical properties
git clone git://git.meso-star.com/rngrd.git
Log | Files | Refs | README | LICENSE

commit 1279c611af4b8bfc8a0b75d097c8f39e7d23fc9e
parent 37f517b73cf839e8d0496d70f24738982716d546
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  1 Oct 2025 16:53:44 +0200

Merge branch 'release_0.1.1' into develop

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

diff --git a/README.md b/README.md @@ -24,6 +24,10 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.1.1 + +- Fix a typo in the rnsp manual + ### Version 0.1 - Write the man page directly in mdoc's roff macros, instead of using diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.1.0 +VERSION = 0.1.1 PREFIX = /usr/local LIB_TYPE = SHARED