summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-05-05 14:07:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-05 14:07:45 +0000
commitbd7502f9cec2fbeffa51029c4ad3c8a0bee33100 (patch)
tree624b22380311cfd881e90817608f3602caedd28d /INSTALL
parentd15b4aa50b0076e8bfc4ba7fbc76bc0d34775b42 (diff)
downloadgdk-pixbuf-bd7502f9cec2fbeffa51029c4ad3c8a0bee33100.tar.gz
Release 1.3.5GTK_1_3_5
Sat May 5 10:06:24 2001 Owen Taylor <otaylor@redhat.com> * Release 1.3.5 * configure.in (GTK_MICRO_VERSION): Up to 1.3.5 * NEWS: Updated * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor Makefile breakage.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4683c6acc..9d7132296 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.4.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.4 # change to the toplevel directory
+ % gzip -cd gtk+-1.3.5.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.3.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]