Set binary age to 0 to make it compile.

2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in: Set binary age to 0 to make it compile.
This commit is contained in:
Sebastian Wilhelmi 2002-07-02 07:18:48 +00:00 committed by Sebastian Wilhelmi
parent ab44c4b616
commit b826ae8db4
8 changed files with 29 additions and 1 deletions

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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