diff --git a/Cabal.cabal b/Cabal.cabal
index 9f4a85707f7de5f115c11a02e39f976b4be64440..d1c820d5427f544707e8c78e9daa0ef556c60974 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 cded3cf04a171c87a76b2cb711511497d42762cf..08ab94bd04ce73548519ccef57fdfad6752ebbb3 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 98c9fba0eb046d8d94a8cefc3389de6090a92777..39beac2a315b5e12322b027cd340a07192081a12 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.