summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorShawn Amundson <amundson@src.gnome.org>1999-04-09 02:16:39 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-04-09 02:16:39 +0000
commitbbc2cc4e0ef3b08da94b7cd2a6ba02426d840db7 (patch)
tree32ba6a7dc7c0a5954b0362ee45be3445c73c2221 /INSTALL
parent76a78f059ac215b131258e87fc5195f218e088c5 (diff)
downloadglib-bbc2cc4e0ef3b08da94b7cd2a6ba02426d840db7.tar.gz
Increment some version numbers, add warning to configure.upstream/GLIB_1_3_0
Increment some version numbers, add warning to configure. -Shawn amundson@gtk.org
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d4f38aee4..706ca44cb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.2.0.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.2.0 # change to the toplevel directory
+ % gzip -cd glib-1.3.0.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.3.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]