aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-20 07:43:09 +0200
committerTristan Gingold <tgingold@free.fr>2016-10-20 07:43:09 +0200
commit3c5dd6f1eccc8b2ba21a1089dc299fb63e2af27b (patch)
tree930e13b99ffc759b2066bbb9a374f21dd73d31ef
parent42b7cdc6b8e15dd6a06e3f54f2ba8a3e8b5d8214 (diff)
downloadghdl-3c5dd6f1eccc8b2ba21a1089dc299fb63e2af27b.tar.gz
ghdl-3c5dd6f1eccc8b2ba21a1089dc299fb63e2af27b.tar.bz2
ghdl-3c5dd6f1eccc8b2ba21a1089dc299fb63e2af27b.zip
Add a dash in version.
Fix #173
-rw-r--r--src/version.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.ads b/src/version.ads
index f083235dc..96fa797ee 100644
--- a/src/version.ads
+++ b/src/version.ads
@@ -1,5 +1,5 @@
package Version is
Ghdl_Release : constant String :=
- "GHDL 0.34dev (20151126) [Dunoon edition]";
- Ghdl_Ver : constant String := "0.34dev";
+ "GHDL 0.34-dev (20151126) [Dunoon edition]";
+ Ghdl_Ver : constant String := "0.34-dev";
end Version;