commit 36485bb457b9e63dfad16d1eb714df0069ab1bd8
parent 0c3169117baa442269a8855036894c3884a53a9c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 14 Dec 2023 15:08:51 +0100
Set version number to 0.15
Although still under development, this version offers new features such
as the replacement of the CMake package by a pkg-config file. It also
adds the sdis_solve_probe_list function. Differentiating this version
from the previous one allows users to check the version and thus ensure
that these features are actually supported.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -1,4 +1,4 @@
-VERSION = 0.14.0
+VERSION = 0.15.0
PREFIX = /usr/local
LIB_TYPE = SHARED