summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorShawn Amundson <amundson@src.gnome.org>1999-02-25 21:34:25 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-02-25 21:34:25 +0000
commita66533dbfa49af724bf9f4a59258e7717818331a (patch)
tree53d1afc8de78846463234255290a282ffd372f9a /INSTALL
parentb9ef2b41db975061960e2217220668c2a5d563da (diff)
downloadglib-a66533dbfa49af724bf9f4a59258e7717818331a.tar.gz
Increment version to 1.2.0.upstream/GLIB_1_2_0
Increment version to 1.2.0. -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 d4e86afbf..d4f38aee4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.16.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.16 # change to the toplevel directory
+ % gzip -cd glib-1.2.0.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.2.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]