]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
*** empty log message ***
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 31bb98fb0a8f6d0696449aae9804433caf824044..52b8b69a630f116e93422c4d15ce13b0b2c04851 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.5.3.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.5.3                         # change to the toplevel directory
+  % gzip -cd gtk+-2.5.4.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-2.5.4                         # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]