summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-07-10 22:37:08 +0000
committerTim Janik <timj@src.gnome.org>2001-07-10 22:37:08 +0000
commit11b0d06eeea0ceeb0d4c252aa95189b78d538ef6 (patch)
treeef7d24113d5c220a5b61c76b4be982bd51889129 /README
parent39caf76a7f7313f60eecdf31741f9edd48327be1 (diff)
downloadglib-11b0d06eeea0ceeb0d4c252aa95189b78d538ef6.tar.gz
fix negative exponent handling (numbers<0).
Fri Jul 6 00:02:41 2001 Tim Janik <timj@gtk.org> * glib/gmessages.c (printf_string_upper_bound): fix negative exponent handling (numbers<0). * glib/gutils.h (g_bit_storage): take a gulong as argument. same for g_bit_nth_lsf() and g_bit_nth_msf() as mask. Tue Jul 10 18:50:16 2001 Tim Janik <timj@gtk.org> * gsignal.h (struct _GSignalQuery): fix misplaced comment.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index af7cb8a28..b02fffe69 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ version is meant for developers of GLib only:
General Information
===================
-This is GLib version 1.3.6. GLib is a library which includes support
+This is GLib version 1.3.7. GLib is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and
many other things.