summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-03-02 22:57:40 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-03-02 22:57:40 +0000
commit30121c9a33e73a2089ba5cd229486f8eba704f3b (patch)
tree63dd163bdb1adeed0302e210b596eed7de94ca99 /INSTALL
parentf2cc9ae8a1cc4768e4e3e5d2913a9d794c58a0f3 (diff)
downloadgdk-pixbuf-30121c9a33e73a2089ba5cd229486f8eba704f3b.tar.gz
=== Released 2.3.5 ===GTK_2_3_5
Tue Mar 2 17:06:05 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.5 === * NEWS: Updates * configure.in: Version 2.3.5, interface age 0. Require glib-2.3.5, pango-1.3.5.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 1dd49e46c..f4c205688 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,8 +22,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.3.4.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.3.4 # change to the toplevel directory
+ % gzip -cd gtk+-2.3.5.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.3.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]