diff options
-rw-r--r-- | comfignat.gpr.gp | 2 | ||||
-rw-r--r-- | comfignat.mk | 2 | ||||
-rwxr-xr-x | manual.en.html | 8 |
3 files changed, 10 insertions, 2 deletions
diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index 0f2179e..e024f90 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.4 – common, convenient, command-line- +-- This file is part of Comfignat 1.5 – common, convenient, command-line- -- controlled compile-time configuration of software built with the GNAT tools. -- For information about Comfignat, see http://www.Rombobeorn.se/Comfignat/. diff --git a/comfignat.mk b/comfignat.mk index c355a7d..b71efb2 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.4 – common, convenient, command-line- +# This file is part of Comfignat 1.5 – common, convenient, command-line- # controlled compile-time configuration of software built with the GNAT tools. # For information about Comfignat, see http://www.Rombobeorn.se/Comfignat/. diff --git a/manual.en.html b/manual.en.html index 9910afb..5a9b1ca 100755 --- a/manual.en.html +++ b/manual.en.html @@ -768,6 +768,14 @@ and testing, and delete parts that don't apply to your project.</p> <h2 id="news">News</h2> +<h3 id="news_1.5">Noteworthy Changes in Version 1.5</h3> + +<ul> +<li><p>The variable Library_Type was added to help with writing build project +files that allow installing users to choose whether to build a shared or static +library.</p></li> +</ul> + <h3 id="news_1.4">Noteworthy Changes in Version 1.4</h3> <ul> |