summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2002-04-02 12:10:57 +0000
committerTim Janik <timj@src.gnome.org>2002-04-02 12:10:57 +0000
commite6b73bedd3d4823a7a4fdaab84598a5b2c1fa961 (patch)
tree24531d7b1079842d211da8dc21a7fe2daf9442ea /INSTALL
parente372d7b21ae3a77abf40ed20bd42888861e87f57 (diff)
downloadgdk-pixbuf-e6b73bedd3d4823a7a4fdaab84598a5b2c1fa961.tar.gz
update version to 2.0.2, binary age 2, interface age 2.GTK_2_0_2
Tue Apr 2 13:44:27 2002 Tim Janik <timj@gtk.org> * configure.in: update version to 2.0.2, binary age 2, interface age 2. * NEWS: updates for 2.0.2.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 84c977b74..0b552301b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.0.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.0.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.0.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.0.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]