Set binary age to 0 to make it compile.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 2 Jul 2002 07:18:48 +0000 (07:18 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 2 Jul 2002 07:18:48 +0000 (07:18 +0000)
2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Set binary age to 0 to make it compile.

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 7439dbf..eee9275 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Set binary age to 0 to make it compile.
+
 2002-07-01  Anders Carlsson  <andersca@gnu.org>
 
        * configure.in: Up version to 2.1.0.
index 7439dbf..eee9275 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Set binary age to 0 to make it compile.
+
 2002-07-01  Anders Carlsson  <andersca@gnu.org>
 
        * configure.in: Up version to 2.1.0.
index 7439dbf..eee9275 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Set binary age to 0 to make it compile.
+
 2002-07-01  Anders Carlsson  <andersca@gnu.org>
 
        * configure.in: Up version to 2.1.0.
index 7439dbf..eee9275 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Set binary age to 0 to make it compile.
+
 2002-07-01  Anders Carlsson  <andersca@gnu.org>
 
        * configure.in: Up version to 2.1.0.
index 7439dbf..eee9275 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Set binary age to 0 to make it compile.
+
 2002-07-01  Anders Carlsson  <andersca@gnu.org>
 
        * configure.in: Up version to 2.1.0.
index 7439dbf..eee9275 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Set binary age to 0 to make it compile.
+
 2002-07-01  Anders Carlsson  <andersca@gnu.org>
 
        * configure.in: Up version to 2.1.0.
index 7439dbf..eee9275 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Set binary age to 0 to make it compile.
+
 2002-07-01  Anders Carlsson  <andersca@gnu.org>
 
        * configure.in: Up version to 2.1.0.
index 2e1f0e9..71eb37f 100644 (file)
@@ -35,7 +35,7 @@ GLIB_MAJOR_VERSION=2
 GLIB_MINOR_VERSION=1
 GLIB_MICRO_VERSION=0
 GLIB_INTERFACE_AGE=0
-GLIB_BINARY_AGE=`expr 100 '*' GLIB_MINOR_VERSION + $GLIB_MICRO_VERSION
+GLIB_BINARY_AGE=0
 GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
 ])dnl