diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-30 14:45:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-30 14:45:14 +0000 |
commit | 0ce7180eec832c3ff970bfa2cceb41e40ffeaca0 (patch) | |
tree | 2323e89786098dd6c585a5e746072a7a70a3aae3 /INSTALL | |
parent | 8da2e3a40d39f8b99a97d11d65deaf2f458b8a82 (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-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |