From 055b11cf557ac683e915edb74cc155e674e34c16 Mon Sep 17 00:00:00 2001
From: ijones <ijones@syntaxpolice.org>
Date: Thu, 14 Jul 2005 06:36:47 +0000
Subject: [PATCH] more tweaks

---
 GNUmakefile  | 2 +-
 releaseNotes | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 08ab94bd04..aacb84820b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -175,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) $(KIND)'
+	ssh ijones@www.haskell.org 'cd ~/cabal/release && rm -f $(KIND) && ln -s cabal-$(CABALVERSION) $(KIND)'
diff --git a/releaseNotes b/releaseNotes
index 3b0ba09159..1f2447f4a8 100644
--- a/releaseNotes
+++ b/releaseNotes
@@ -9,7 +9,7 @@ changes and installation instructions.
 
 DOWNLOAD:
 
-The Haskell Cabal has reached version 1.2-RC1.  This pre-release has a
+The Haskell Cabal has reached version 1.1.1.  This pre-release has a
 number of new features including a hook for testing, support for
 profiling, and support for _stub files, as well as several bug fixes.
 
-- 
GitLab