summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-30 14:45:14 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-30 14:45:14 +0000
commit0ce7180eec832c3ff970bfa2cceb41e40ffeaca0 (patch)
tree2323e89786098dd6c585a5e746072a7a70a3aae3 /INSTALL
parent8da2e3a40d39f8b99a97d11d65deaf2f458b8a82 (diff)
=== Released 2.4.1 ===GLIB_2_4_1
2004-04-30 Matthias Clasen <mclasen@redhat.com> * === Released 2.4.1 === * glib/libcharset/Makefile.am (INCLUDES): Add -I$(top_srcdir) to make make distcheck happy. * configure.in: Version 2.4.1, interface age 1. * NEWS: Updates
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d857e5571..e1d16cf15 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.4.0.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.4.0 # change to the toplevel directory
+ % gzip -cd glib-2.4.1.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.4.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB