summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-06-22 02:09:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-22 02:09:31 +0000
commit36444876800a0e18d1b920864813b525f1acff55 (patch)
tree905b0a69ed96ce41e3e037f1728a3e79cdf38357 /INSTALL
parentc38e62917ab21c974d91950e57941ed9fc2d1d5a (diff)
downloadgdk-pixbuf-36444876800a0e18d1b920864813b525f1acff55.tar.gz
2.9.4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index df49d9d32..25f2e018c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.9.3.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.9.3 # change to the toplevel directory
+ % gzip -cd gtk+-2.9.4.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.9.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]