Skip to content
Snippets Groups Projects
Commit bbfdeaf2 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

more release number tweaks. decided to make RC1's official versin number 1.1.1

parent 1732eb76
No related branches found
No related tags found
No related merge requests found
Name: Cabal Name: Cabal
Version: 1.2-RC1 Version: 1.1.1
Copyright: 2003-2005, Isaac Jones Copyright: 2003-2005, Isaac Jones
Build-Depends: base, util Build-Depends: base, util
License: BSD3 License: BSD3
......
CABALVERSION=1.2-RC1 CABALVERSION=1.1.1
KIND=rc
#KIND=latest
GHCFLAGS= --make -Wall -fno-warn-unused-matches -cpp GHCFLAGS= --make -Wall -fno-warn-unused-matches -cpp
# later: -Wall # later: -Wall
PREF=/usr/local PREF=/usr/local
...@@ -173,4 +175,4 @@ release: dist ...@@ -173,4 +175,4 @@ release: dist
cp -r $(TMPDISTLOC)/cabal/doc $(TMPDISTLOC)/release cp -r $(TMPDISTLOC)/cabal/doc $(TMPDISTLOC)/release
cp $(TMPDISTLOC)/cabal.tar.gz $(TMPDISTLOC)/release/cabal-$(CABALVERSION).tar.gz cp $(TMPDISTLOC)/cabal.tar.gz $(TMPDISTLOC)/release/cabal-$(CABALVERSION).tar.gz
scp -r $(TMPDISTLOC)/release ijones@www.haskell.org:~/cabal/release/cabal-$(CABALVERSION) 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)'
-*-change-log-*- -*-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 * WARNING: Interfaces not documented in the user's guide may
change in future releases. change in future releases.
* Handles recursive modules for GHC 6.2 and GHC 6.4. * Handles recursive modules for GHC 6.2 and GHC 6.4.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment