From 03d3814501829143fbf0771facb2512d5d00855c Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 25 Jun 2015 14:56:15 +0000 Subject: [PATCH] Remove left over [...] from release notes, bump version number in gf.cabal to 3.7-darcs --- download/release-3.7.t2t | 2 +- gf.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download/release-3.7.t2t b/download/release-3.7.t2t index 4d74cc46d..8b9badf50 100644 --- a/download/release-3.7.t2t +++ b/download/release-3.7.t2t @@ -66,7 +66,7 @@ Over 800 changes have been pushed to the source repository since - The compiler is now available as a Haskell library. The module ``GF`` serves as a preliminary compiler API. It exports a selection of - types and functions from the compiler. [...] + types and functions from the compiler. - Some Haddock documentation improvements to document the compiler API. - Various refactoring for readability, modularity and efficiency. Removal of some dead code. diff --git a/gf.cabal b/gf.cabal index 181bb9904..eb764690e 100644 --- a/gf.cabal +++ b/gf.cabal @@ -1,5 +1,5 @@ name: gf -version: 3.7 +version: 3.7-darcs cabal-version: >= 1.10 build-type: Custom