summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-15 20:01:49 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-15 20:01:49 +0000
commit649c25f2164d578831c8e1385dfb645b2534fa47 (patch)
treec69f7b234de955b0dcbac4728dcb1a4e98746d33 /INSTALL
parenta9ac1b49ab71fad6207450c47c1ff9e3c72a77d2 (diff)
svn path=/trunk/; revision=7746
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c7890eb02..6cc9da710 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.19.2.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.19.2 # change to the toplevel directory
+ % gzip -cd glib-2.19.3.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.19.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB