summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-17 04:39:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-17 04:39:21 +0000
commit7c2e5d92ed08c5d0c6952abbb06c771299bb9014 (patch)
tree00d38d3a6f72b28c56b70666a3cef305e018dec8 /INSTALL
parent0216952a5c77ffe79d4f198d5e190f4c05a0cba6 (diff)
downloadgtk+-7c2e5d92ed08c5d0c6952abbb06c771299bb9014.tar.gz
=== Released 2.1.5 ===GTK_2_1_5
Mon Dec 16 22:38:11 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.1.5 === * configure.in: GTK+-2.1.5, interface age 2, binary age 105. * NEWS: Updated. * gtk/Makefile.am (gtk_c_sources): Remove reference to fnmatch.h
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 741e131464..fbe3c12ab0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.1.4.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.1.4 # change to the toplevel directory
+ % gzip -cd gtk+-2.1.5.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.1.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]