summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-18 03:29:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-18 03:29:00 +0000
commit2e8d083c3c305354a2224a4cb44f8e5816b20f48 (patch)
treeb606ebdd4ce77912398586cefc6a6b3f896550e6 /INSTALL
parente0f29748850bc0c572c51470360639dc9a5d79c8 (diff)
downloadgdk-pixbuf-2e8d083c3c305354a2224a4cb44f8e5816b20f48.tar.gz
Sun Feb 17 21:30:49 2002 Owen Taylor <otaylor@redhat.com> * Released 1.3.14 * configure.in: Version 1.3.14, interface, binary age 0. * gdk/gdkregion-generic.c (miSubtractO): Fix out-of-bounds read. (#71619, reported by Morten Welinder) * gtk/gtkmenu.c (gtk_menu_class_init): Fix setting default. * gtk/gtkfilesel.c (gtk_file_selection_class_init): Add a select_multiple property to go along with thenew get/set_select_multiple. * gdk/gdkwindow.c: Patch from Soeren Sandmann to improve update debugging code. (#71703)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f2fcd4f17..0e4bc783a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.13.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.13 # change to the toplevel directory
+ % gzip -cd gtk+-1.3.14.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.3.14 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]