aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2004-06-03 22:51:12 +0000
committerTom Yu <tlyu@mit.edu>2004-06-03 22:51:12 +0000
commite0c9f3c48eb28a1e7ab004753deae431ef5469c1 (patch)
treebc8d35c8374d9ce6d00c630aaa24a1aac20d695c
parentdfa7e6b8e49e49bce4b7057cc63ee9ab631e41f2 (diff)
downloadkrb5-e0c9f3c48eb28a1e7ab004753deae431ef5469c1.zip
krb5-e0c9f3c48eb28a1e7ab004753deae431ef5469c1.tar.gz
krb5-e0c9f3c48eb28a1e7ab004753deae431ef5469c1.tar.bz2
bump some missed version numbers
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-3@16404 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 4413e97..910b427 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- Kerberos Version 5, Release 1.3.3
+ Kerberos Version 5, Release 1.3.4
Release Notes
The MIT Kerberos Team
@@ -7,20 +7,20 @@ Unpacking the Source Distribution
---------------------------------
The source distribution of Kerberos 5 comes in a gzipped tarfile,
-krb5-1.3.3.tar.gz. Instructions on how to extract the entire
+krb5-1.3.4.tar.gz. Instructions on how to extract the entire
distribution follow.
If you have the GNU tar program and gzip installed, you can simply do:
- gtar zxpf krb5-1.3.3.tar.gz
+ gtar zxpf krb5-1.3.4.tar.gz
If you don't have GNU tar, you will need to get the FSF gzip
distribution and use gzcat:
- gzcat krb5-1.3.3.tar.gz | tar xpf -
+ gzcat krb5-1.3.4.tar.gz | tar xpf -
-Both of these methods will extract the sources into krb5-1.3.3/src and
-the documentation into krb5-1.3.3/doc.
+Both of these methods will extract the sources into krb5-1.3.4/src and
+the documentation into krb5-1.3.4/doc.
Building and Installing Kerberos 5
----------------------------------