summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-25 15:55:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-25 15:55:39 +0000
commitd75fde163d6201d2e0041e357a1fae869f670fed (patch)
tree6e7c9ea73b478bf2aa36e19f178c5d03c67927c3 /INSTALL
parente29682d0ada4777ab18a49ceb25675e7a862e17d (diff)
downloadglib-d75fde163d6201d2e0041e357a1fae869f670fed.tar.gz
Version 1.3.9 (binary, interface == 0)
Tue Sep 25 11:34:22 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 1.3.9 (binary, interface == 0) * glib/gstrfuncs.c (g_ascii_strdown): Change g_ascii_strup/strdown to take a 'len' argument to match g_utf8_strup/strdown. This hopefully will also make it more obvious that they duplicate the string rather than acting like g_strup/strdown. (Suggestion from Matthias Clasen, #59550)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index aee3a5bbe..ca8e550e4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.3.8.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.3.8 # change to the toplevel directory
+ % gzip -cd glib-1.3.9.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.3.9 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB