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