summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-01-30 04:54:06 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-01-30 04:54:06 +0000
commit4e8a284f8659eb86e5096311299a68025868e83f (patch)
tree43304d533cbedb20a8aaf0ff3575bb4703acc742 /INSTALL
parent5379f5fa97c8338344e0dabd792807f3095332a3 (diff)
downloadgdk-pixbuf-4e8a284f8659eb86e5096311299a68025868e83f.tar.gz
Tue Jan 29 22:52:36 2002 Owen Taylor <otaylor@redhat.com> * 1.3.13 * configure.in: Micro version 13, interface, binary age 0. Require GLIB-1.3.13, Pango 0.24. * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt, sizing-test.txt, tree-column-sizing.txt * docs/Makefile.am (EXTRA_DIST): Don't distribute Changes-1.2.txt, Changes-2.0.txt, README.linux-fb, since they are no longer canonical. * gtk/gtk.def: Convert spaces to tabs in front of gtk_widget_set_accel_path in case it matters. * NEWS: Updated for 1.3.13.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 5bf88d914..f2fcd4f17 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.12.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.12 # change to the toplevel directory
+ % gzip -cd gtk+-1.3.13.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.3.13 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]