diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2025-09-06 14:03:46 +0200 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2025-09-06 14:03:46 +0200 |
commit | 9eed87262ea8cde3f1065a74f6280e5061604a5d (patch) | |
tree | ec49cb1882559cf6c9c7d3de9a83c281df81b0f3 | |
parent | 140a63ae7af13b8db25237c387efabd8ba1e2325 (diff) |
-rw-r--r-- | comfignat.gpr.gp | 2 | ||||
-rw-r--r-- | comfignat.mk | 2 | ||||
-rwxr-xr-x | manual.en.html | 9 |
3 files changed, 11 insertions, 2 deletions
diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index 3061c2b..e7acd58 100644 --- a/comfignat.gpr.gp +++ b/comfignat.gpr.gp @@ -11,7 +11,7 @@ -- modified is included with the above copyright notice. --- This file is part of Comfignat 1.5 – common, convenient, command-line- +-- This file is part of Comfignat 1.6 – common, convenient, command-line- -- controlled compile-time configuration of software built with the GNAT tools. -- For information about Comfignat, see https://www.Rombobeorn.se/Comfignat/. diff --git a/comfignat.mk b/comfignat.mk index c2945b7..a574a17 100644 --- a/comfignat.mk +++ b/comfignat.mk @@ -11,7 +11,7 @@ # modified is included with the above copyright notice. -# This file is part of Comfignat 1.5 – common, convenient, command-line- +# This file is part of Comfignat 1.6 – common, convenient, command-line- # controlled compile-time configuration of software built with the GNAT tools. # For information about Comfignat, see https://www.Rombobeorn.se/Comfignat/. diff --git a/manual.en.html b/manual.en.html index 070157e..4d6d73a 100755 --- a/manual.en.html +++ b/manual.en.html @@ -861,6 +861,15 @@ and testing, and delete parts that don't apply to your project.</p> <h2 id="news">News</h2> +<h3 id="news_1.6">Noteworthy Changes in Version 1.6</h3> + +<ul> +<li><p>Switch variables were added to make it more convenient to convey +directory variables to the program being compiled.</p></li> + +<li><p>Directory variables for SystemD unit files were added.</p></li> +</ul> + <h3 id="news_1.5">Noteworthy Changes in Version 1.5</h3> <ul> |