summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-02-25 00:45:35 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-02-25 00:45:35 +0000
commite16a0429083259e5402c8acdb82fb3d2d1ec2905 (patch)
tree781c89f917f1f05ae09bcbe4f6290c503cf9694d /INSTALL
parent969c3c8ff12473c4cc83acd8c262d8e2cea4ed87 (diff)
downloadgtk+-e16a0429083259e5402c8acdb82fb3d2d1ec2905.tar.gz
=== Released 2.3.4 ===GTK_2_3_4
Tue Feb 24 19:12:07 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.4 === * configure.in: Bump version to 2.3.4, fix broken gtk_binary_age value by copying the GLib logic to automatically set it to the right values.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 1cabca85c2..1dd49e46c8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,8 +22,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.3.3.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.3.3 # change to the toplevel directory
+ % gzip -cd gtk+-2.3.4.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.3.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]