summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-01-17 00:00:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-17 00:00:17 +0000
commit7f737f1f34e405525042d7b6dd39cbcaec353291 (patch)
treeb90433cd0ddfcde597c248407e4a269b5798ba93 /INSTALL
parent7523252384157c6815e5ca38d98e66dbb720eac4 (diff)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 0315df1d9..e52095154 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.9.2.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.9.2 # change to the toplevel directory
+ % gzip -cd glib-2.9.3.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.9.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB