Released GLib 1.2.3

Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.2.3
diff --git a/ChangeLog b/ChangeLog
index dcd72a3..e9f17f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.3
+
 1999-05-08  Tor Lillqvist  <tml@iki.fi>
 
 	* Makefile.am tests/Makefile.am: Correct rules for making the
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index dcd72a3..e9f17f4 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.3
+
 1999-05-08  Tor Lillqvist  <tml@iki.fi>
 
 	* Makefile.am tests/Makefile.am: Correct rules for making the
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index dcd72a3..e9f17f4 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.3
+
 1999-05-08  Tor Lillqvist  <tml@iki.fi>
 
 	* Makefile.am tests/Makefile.am: Correct rules for making the
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index dcd72a3..e9f17f4 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,7 @@
+Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.3
+
 1999-05-08  Tor Lillqvist  <tml@iki.fi>
 
 	* Makefile.am tests/Makefile.am: Correct rules for making the
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index dcd72a3..e9f17f4 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.3
+
 1999-05-08  Tor Lillqvist  <tml@iki.fi>
 
 	* Makefile.am tests/Makefile.am: Correct rules for making the
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index dcd72a3..e9f17f4 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.3
+
 1999-05-08  Tor Lillqvist  <tml@iki.fi>
 
 	* Makefile.am tests/Makefile.am: Correct rules for making the
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index dcd72a3..e9f17f4 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.3
+
 1999-05-08  Tor Lillqvist  <tml@iki.fi>
 
 	* Makefile.am tests/Makefile.am: Correct rules for making the
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index dcd72a3..e9f17f4 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.3
+
 1999-05-08  Tor Lillqvist  <tml@iki.fi>
 
 	* Makefile.am tests/Makefile.am: Correct rules for making the
diff --git a/INSTALL b/INSTALL
index 44b03ae..251e91e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-1.2.2.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-1.2.2                           # change to the toplevel directory
+  % gzip -cd glib-1.2.3.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-1.2.3                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
   [ Become root if necessary ]
diff --git a/NEWS b/NEWS
index 66c3c62..db9612d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of Changes in GLib 1.2.3:
+
+* Minor fixes.
+
 Overview of Changes in GLib 1.2.2:
 
 * Minor fixes.
diff --git a/README b/README
index 0b93762..b38bd36 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 1.2.2. GLib is a library which includes support
+This is GLib version 1.2.3. GLib is a library which includes support
 routines for C such as lists, trees, hashes, memory allocation, and
 many other things.
 
diff --git a/configure.in b/configure.in
index 2cbfc14..cad3eb2 100644
--- a/configure.in
+++ b/configure.in
@@ -33,9 +33,9 @@
 #
 GLIB_MAJOR_VERSION=1
 GLIB_MINOR_VERSION=2
-GLIB_MICRO_VERSION=2
-GLIB_INTERFACE_AGE=2
-GLIB_BINARY_AGE=2
+GLIB_MICRO_VERSION=3
+GLIB_INTERFACE_AGE=3
+GLIB_BINARY_AGE=3
 GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
 dnl
 AC_DIVERT_POP()dnl