aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.ads b/version.ads
index 131adeaf6..ba2b96d69 100644
--- a/version.ads
+++ b/version.ads
@@ -1,5 +1,5 @@
package Version is
Ghdl_Release : constant String :=
- "GHDL 0.28 (20090917) [Sokcho edition]";
- Ghdl_Ver : constant String := "0.28";
+ "GHDL 0.29dev (20090921) [Sokcho edition]";
+ Ghdl_Ver : constant String := "0.29dev";
end Version;