diff options
author | Juergen Daubert <jue@jue.li> | 2007-10-25 09:33:28 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-10-25 09:33:28 +0200 |
commit | fcdfff5741063adc265142f83d3ba4d19676f44d (patch) | |
tree | 9f7bcda0c29a70d163e550c8b7d73a8934414533 /doc | |
parent | fa53875c3febfa84c4cda42f40fbab74ca7b0a9e (diff) | |
download | iso-fcdfff5741063adc265142f83d3ba4d19676f44d.tar.gz iso-fcdfff5741063adc265142f83d3ba4d19676f44d.tar.xz |
some more s/2.3/2.4/
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/handbook/get_wiki_handbook | 2 | ||||
-rwxr-xr-x | doc/handbook/get_wiki_release_notes | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/handbook/get_wiki_handbook b/doc/handbook/get_wiki_handbook index 4250dfa..ce21652 100755 --- a/doc/handbook/get_wiki_handbook +++ b/doc/handbook/get_wiki_handbook @@ -4,7 +4,7 @@ INFILE=handbook.in OUTFILE=handbook.txt -CRUX_VERSION=2.3 +CRUX_VERSION=2.4 TITLE="HANDBOOK FOR CRUX $CRUX_VERSION" URL="http://crux.nu/Main/Handbook${CRUX_VERSION/\./-}?action=print" diff --git a/doc/handbook/get_wiki_release_notes b/doc/handbook/get_wiki_release_notes index 3750547..747e7c5 100755 --- a/doc/handbook/get_wiki_release_notes +++ b/doc/handbook/get_wiki_release_notes @@ -4,7 +4,7 @@ INFILE=releasenotes.in OUTFILE=releasenotes.txt -CRUX_VERSION=2.3 +CRUX_VERSION=2.4 URL="http://crux.nu/Main/ReleaseNotes${CRUX_VERSION/\./-}?action=print" set -x |