diff options
author | Björn Persson <bjorn@rombobjörn.se> | 2013-10-08 20:19:50 +0200 |
---|---|---|
committer | Björn Persson <bjorn@rombobjörn.se> | 2013-10-08 20:19:50 +0200 |
commit | 9377ee2e8f5e5a850fc75994c418221dce769ac9 (patch) | |
tree | 6a2add411385ed359b7aa0a823ee4dd723796dbf | |
parent | 2590c539bf3d1436c02256b802f9d0de35079372 (diff) |
Added a version number.
-rw-r--r-- | comfignat.gpr.gp | 6 | ||||
-rw-r--r-- | comfignat.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index e334f00..1ba4337 100644 --- a/comfignat.gpr.gp +++ b/comfignat.gpr.gp @@ -11,9 +11,9 @@ -- modified is included with the above copyright notice. --- This file is part of Comfignat – common, convenient, command-line-controlled --- compile-time configuration of software built with the GNAT tools. For more --- information about Comfignat, see http://www.Rombobeorn.se/Comfignat/. +-- This file is part of Comfignat 1.2 – 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/. -- This project file defines directory variables for use in build-controlling diff --git a/comfignat.mk b/comfignat.mk index 13919fe..01cf031 100644 --- a/comfignat.mk +++ b/comfignat.mk @@ -11,9 +11,9 @@ # modified is included with the above copyright notice. -# This file is part of Comfignat – common, convenient, command-line-controlled -# compile-time configuration of software built with the GNAT tools. For more -# information about Comfignat, see http://www.Rombobeorn.se/Comfignat/. +# This file is part of Comfignat 1.2 – 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/. # This file contains generic Make code. It is designed to be included by other |