From bbfdeaf2afdba8487bed2debf905b0c34c68308d Mon Sep 17 00:00:00 2001 From: ijones <ijones@syntaxpolice.org> Date: Thu, 14 Jul 2005 06:29:03 +0000 Subject: [PATCH] more release number tweaks. decided to make RC1's official versin number 1.1.1 --- Cabal.cabal | 2 +- GNUmakefile | 6 ++++-- changelog | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cabal.cabal b/Cabal.cabal index 9f4a85707f..d1c820d542 100644 --- a/Cabal.cabal +++ b/Cabal.cabal @@ -1,5 +1,5 @@ Name: Cabal -Version: 1.2-RC1 +Version: 1.1.1 Copyright: 2003-2005, Isaac Jones Build-Depends: base, util License: BSD3 diff --git a/GNUmakefile b/GNUmakefile index cded3cf04a..08ab94bd04 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,6 @@ -CABALVERSION=1.2-RC1 +CABALVERSION=1.1.1 +KIND=rc +#KIND=latest GHCFLAGS= --make -Wall -fno-warn-unused-matches -cpp # later: -Wall PREF=/usr/local @@ -173,4 +175,4 @@ release: dist cp -r $(TMPDISTLOC)/cabal/doc $(TMPDISTLOC)/release cp $(TMPDISTLOC)/cabal.tar.gz $(TMPDISTLOC)/release/cabal-$(CABALVERSION).tar.gz scp -r $(TMPDISTLOC)/release ijones@www.haskell.org:~/cabal/release/cabal-$(CABALVERSION) - ssh ijones@www.haskell.org 'cd ~/cabal/release && rm -f latest && ln -s cabal-$(CABALVERSION) latest' + ssh ijones@www.haskell.org 'cd ~/cabal/release && rm -f latest && ln -s cabal-$(CABALVERSION) $(KIND)' diff --git a/changelog b/changelog index 98c9fba0eb..39beac2a31 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,6 @@ -*-change-log-*- -1.2 Isaac Jones <ijones@syntaxpolice.org> June 2005 +1.1.1 Isaac Jones <ijones@syntaxpolice.org> July 2005 * WARNING: Interfaces not documented in the user's guide may change in future releases. * Handles recursive modules for GHC 6.2 and GHC 6.4. -- GitLab