]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4683c6acc03106243168e1003be8436f3078b417..4cee552c90418c583207fc41a4a23e8584fad856 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-1.3.4.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-1.3.4                         # change to the toplevel directory
+  % gzip -cd gtk+-1.3.6.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-1.3.6                         # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]