rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit c191426e435776f68a690915f67f01a05a371630
parent 18e15cc0bfe66ef8a4453780e3090a25492938d4
Author: vaplv <vaplv@free.fr>
Date:   Wed, 18 Oct 2023 10:36:21 +0200

Set version number to 0.14

In particular, this release marks the replacement of CMake by POSIX make
as the build system, and provides a pkg-config file to manage RSys as a
dependency.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.13.0 +VERSION = 0.14.0 PREFIX = /usr/local LIB_TYPE = SHARED