summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-12-08 22:55:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-12-08 22:55:03 +0000
commit85c05a86c05e002c8160ecabe73a372b267b6931 (patch)
treed1bed6fe58a6aac22fa33e45e51a53c25edb17d7 /INSTALL
parentdfddc2062865c901d7ab9de90214f3aed89bd4eb (diff)
downloadgtk+-85c05a86c05e002c8160ecabe73a372b267b6931.tar.gz
=== Released 2.3.1 ===
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.1 === * NEWS: Updates for 2.3.1 * configure.in: Version 2.3.1, interface age 0, binary age 301. * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel): Rename from gtk_menu_item_real_can_activate_accel() to match GTK+ convention, improve comment. * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(), can ::can-activate-accel signal. * gtk/gtkwidget.c (closure_accel_activate): Fix spelling in comment. * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean up comment. * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros into the .c file. Mon Dec 8 12:09:21 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkicontheme.c (find_builtin_icon): Fix a missing 'else'. (#128816, Jorn Baayen)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index df835d1dc0..f57adbd137 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,8 +22,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.3.0.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.3.0 # change to the toplevel directory
+ % gzip -cd gtk+-2.3.1.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.3.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]