summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-24 06:05:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-24 06:05:50 +0000
commit2bf3857a0c47779557ddce07a789aacf1baf9bc2 (patch)
tree0807e9740adb5512570f442de8a3f9cf7b10a8be /INSTALL
parent23a249a04320a65fc5648330683914b3b2d3748e (diff)
downloadgtk+-2bf3857a0c47779557ddce07a789aacf1baf9bc2.tar.gz
Released 1.3.15.GTK_1_3_15
Sun Feb 24 00:06:58 2002 Owen Taylor <otaylor@redhat.com> * Released 1.3.15. * configure.in: Version 1.3.15, binary, interface age 0. * NEWS: Updates * configure.in: Update version requirements.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 0e4bc783af..24daf06c1f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.14.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.14 # change to the toplevel directory
+ % gzip -cd gtk+-1.3.15.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.3.15 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]