From b826ae8db4e51f44bf254d6678e2a5502eef8a37 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Tue, 2 Jul 2002 07:18:48 +0000 Subject: [PATCH] Set binary age to 0 to make it compile. 2002-07-02 Sebastian Wilhelmi * configure.in: Set binary age to 0 to make it compile. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ configure.in | 2 +- 8 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7439dbf..eee9275 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-02 Sebastian Wilhelmi + + * configure.in: Set binary age to 0 to make it compile. + 2002-07-01 Anders Carlsson * configure.in: Up version to 2.1.0. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7439dbf..eee9275 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2002-07-02 Sebastian Wilhelmi + + * configure.in: Set binary age to 0 to make it compile. + 2002-07-01 Anders Carlsson * configure.in: Up version to 2.1.0. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 7439dbf..eee9275 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2002-07-02 Sebastian Wilhelmi + + * configure.in: Set binary age to 0 to make it compile. + 2002-07-01 Anders Carlsson * configure.in: Up version to 2.1.0. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 7439dbf..eee9275 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2002-07-02 Sebastian Wilhelmi + + * configure.in: Set binary age to 0 to make it compile. + 2002-07-01 Anders Carlsson * configure.in: Up version to 2.1.0. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 7439dbf..eee9275 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2002-07-02 Sebastian Wilhelmi + + * configure.in: Set binary age to 0 to make it compile. + 2002-07-01 Anders Carlsson * configure.in: Up version to 2.1.0. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 7439dbf..eee9275 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2002-07-02 Sebastian Wilhelmi + + * configure.in: Set binary age to 0 to make it compile. + 2002-07-01 Anders Carlsson * configure.in: Up version to 2.1.0. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 7439dbf..eee9275 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2002-07-02 Sebastian Wilhelmi + + * configure.in: Set binary age to 0 to make it compile. + 2002-07-01 Anders Carlsson * configure.in: Up version to 2.1.0. diff --git a/configure.in b/configure.in index 2e1f0e9..71eb37f 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.7.4