From: Sebastian Wilhelmi Date: Tue, 2 Jul 2002 07:18:48 +0000 (+0000) Subject: Set binary age to 0 to make it compile. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b826ae8db4e51f44bf254d6678e2a5502eef8a37;p=dana%2Fcg-glib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 7439dbf8..eee92753 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 7439dbf8..eee92753 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 7439dbf8..eee92753 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 7439dbf8..eee92753 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 7439dbf8..eee92753 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 7439dbf8..eee92753 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 7439dbf8..eee92753 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 2e1f0e97..71eb37fa 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