summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-11-02 18:55:18 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-11-02 18:55:18 +0000
commitd96651b5c2d644aeb141101af82c250519819aa9 (patch)
tree03f39da775b980370142fd366027694820534f20 /INSTALL
parent488759334492077901e3fd399d736d8fa970fbc7 (diff)
downloadgtk+-d96651b5c2d644aeb141101af82c250519819aa9.tar.gz
=== Released 2.1.2 ===GTK_2_1_2
Sat Nov 2 13:47:09 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.1.2 === * NEWS: Update.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index fde2e61ad1..dfc71c6c4a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.1.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.1.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.1.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.1.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]