aboutsummaryrefslogtreecommitdiffstats
path: root/version.ads
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2009-09-23 01:27:21 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2009-09-23 01:27:21 +0000
commit998b7c816c7a675eeefde03d4a05b2b8614207ed (patch)
treed4c569ace9b28bed3f6f4a0b8dff1e407947d665 /version.ads
parente4c7e530b7552701bd26ee3569c34c65aa30752d (diff)
downloadghdl-998b7c816c7a675eeefde03d4a05b2b8614207ed.tar.gz
ghdl-998b7c816c7a675eeefde03d4a05b2b8614207ed.tar.bz2
ghdl-998b7c816c7a675eeefde03d4a05b2b8614207ed.zip
Bump to 0.29dev.
Diffstat (limited to 'version.ads')
-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;