aboutsummaryrefslogtreecommitdiffstats
path: root/version.ads
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2008-07-22 01:32:39 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2008-07-22 01:32:39 +0000
commitd8c55c69851314273518efcba41b15abf28e7763 (patch)
treeb4a921be6698925b8312a33d6c2bc346a649783d /version.ads
parenta504004319b2d42687150cfadbc0fd375c4496b8 (diff)
downloadghdl-d8c55c69851314273518efcba41b15abf28e7763.tar.gz
ghdl-d8c55c69851314273518efcba41b15abf28e7763.tar.bz2
ghdl-d8c55c69851314273518efcba41b15abf28e7763.zip
Release ghdl 0.27
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 f8c680645..78e26b977 100644
--- a/version.ads
+++ b/version.ads
@@ -1,5 +1,5 @@
package Version is
Ghdl_Release : constant String :=
- "GHDL 0.26dev (20070408) [Sokcho edition]";
- Ghdl_Ver : constant String := "0.26";
+ "GHDL 0.28dev (20080721) [Sokcho edition]";
+ Ghdl_Ver : constant String := "0.28dev";
end Version;