diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2016-02-20 22:29:04 +0100 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2016-02-20 22:29:04 +0100 |
commit | 9ee153d60c91f07e719d854237f9d15de9ea240a (patch) | |
tree | 527056e53b491e2bdf6fff23df538b34e2acca64 | |
parent | dae4f47f2b80c7ea7b1df0f713efe79a8a50c69f (diff) |
Documented changes in version 1.5.HEADversion_1.5master
-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> |