diff options
author | Matt Housh <jaeger@crux.nu> | 2014-02-24 22:06:53 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2014-02-24 22:06:53 -0600 |
commit | 815b5331e55d20351cf3a0ab530b2451f57b7c26 (patch) | |
tree | dc13529294dcb2f3dae2473e1f8d4301c043a63a | |
parent | f51bc969df99c54b0041780e6793cac41543ba80 (diff) | |
download | iso-815b5331e55d20351cf3a0ab530b2451f57b7c26.tar.gz iso-815b5331e55d20351cf3a0ab530b2451f57b7c26.tar.xz |
Use version 3.0 for release notes and handbook, 3.1 not available yet
-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 5a50f31..fe8833a 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.8 +CRUX_VERSION=3.0 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 974622a..a9b8560 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.8 +CRUX_VERSION=3.0 URL="http://crux.nu/Main/ReleaseNotes${CRUX_VERSION//\./-}?action=print" set -x |