]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Released GTK+ 1.1.11
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 28f5b92f33b900e589deecdb5dd1a88860289c53..006b9c54be2b7ff39c266e8cf9da0a75317fda82 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-1.1.10.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-1.1.10                          # change to the toplevel directory
+  % gzip -cd gtk+-1.1.11.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-1.1.11                          # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GTK
   [ Become root if necessary ]
@@ -92,7 +92,7 @@ You can compile GTK+ against a copy of GLIB that you have not
 yet installed. To do this, give the --with-glib=DIR options
 to ./configure. For instance:
 
- ./configure --with-glib=../glib-1.1.10
+ ./configure --with-glib=../glib-1.1.11
 
 This, however, will not work if you built GLIB with different
 source and build directories.