Up version to 2.1.0.
authorAnders Carlsson <andersca@gnu.org>
Mon, 1 Jul 2002 16:56:25 +0000 (16:56 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Mon, 1 Jul 2002 16:56:25 +0000 (16:56 +0000)
2002-07-01  Anders Carlsson  <andersca@gnu.org>

* configure.in: Up version to 2.1.0.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index e03a083..7439dbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-01  Anders Carlsson  <andersca@gnu.org>
+
+       * configure.in: Up version to 2.1.0.
+
 2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/garray.h: Add parenthesis to protect macro
index e03a083..7439dbf 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-01  Anders Carlsson  <andersca@gnu.org>
+
+       * configure.in: Up version to 2.1.0.
+
 2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/garray.h: Add parenthesis to protect macro
index e03a083..7439dbf 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-01  Anders Carlsson  <andersca@gnu.org>
+
+       * configure.in: Up version to 2.1.0.
+
 2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/garray.h: Add parenthesis to protect macro
index e03a083..7439dbf 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-01  Anders Carlsson  <andersca@gnu.org>
+
+       * configure.in: Up version to 2.1.0.
+
 2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/garray.h: Add parenthesis to protect macro
index e03a083..7439dbf 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-01  Anders Carlsson  <andersca@gnu.org>
+
+       * configure.in: Up version to 2.1.0.
+
 2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/garray.h: Add parenthesis to protect macro
index e03a083..7439dbf 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-01  Anders Carlsson  <andersca@gnu.org>
+
+       * configure.in: Up version to 2.1.0.
+
 2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/garray.h: Add parenthesis to protect macro
index e03a083..7439dbf 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-01  Anders Carlsson  <andersca@gnu.org>
+
+       * configure.in: Up version to 2.1.0.
+
 2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/garray.h: Add parenthesis to protect macro
index d4a9057..2e1f0e9 100644 (file)
@@ -32,10 +32,10 @@ GLIB_AC_DIVERT_BEFORE_HELP([
 # set GLIB_BINARY_AGE _and_ GLIB_INTERFACE_AGE to 0.
 #
 GLIB_MAJOR_VERSION=2
-GLIB_MINOR_VERSION=0
-GLIB_MICRO_VERSION=3
-GLIB_INTERFACE_AGE=3
-GLIB_BINARY_AGE=3
+GLIB_MINOR_VERSION=1
+GLIB_MICRO_VERSION=0
+GLIB_INTERFACE_AGE=0
+GLIB_BINARY_AGE=`expr 100 '*' GLIB_MINOR_VERSION + $GLIB_MICRO_VERSION
 GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
 ])dnl