aboutsummaryrefslogtreecommitdiffstats
path: root/version.ads
diff options
context:
space:
mode:
Diffstat (limited to 'version.ads')
-rw-r--r--version.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/version.ads b/version.ads
index aa4bb2046..9529f4f30 100644
--- a/version.ads
+++ b/version.ads
@@ -1,4 +1,5 @@
package Version is
- Ghdl_Version : constant String :=
- "GHDL 0.25 (20060811) [Sokcho edition]";
+ Ghdl_Release : constant String :=
+ "GHDL 0.26dev (20060819) [Sokcho edition]";
+ Ghdl_Ver : constant String := "0.26dev";
end Version;