Re: glib version numbers
- From: Anders Carlsson <andersca gnu org>
- To: Mark McLoughlin <mark skynet ie>
- Cc: gtk-devel-list gnome org, Owen Taylor <otaylor redhat com>
- Subject: Re: glib version numbers
- Date: 01 Jul 2002 09:26:42 +0200
On Mon, 2002-07-01 at 03:18, Mark McLoughlin wrote:
> Hey,
> I just noticed we have glib-2.0.3 in HEAD and glib-2.0.4 on
> the gnome2 branch. Shouldn't these version numbers be in sync ?
>
Yes,
here's a patch that should fix it. Owen, does this look OK to you?
Anders
? showattachment.cgi?attach_id=8967
Index: configure.in
===================================================================
RCS file: /cvs/gnome/glib/configure.in,v
retrieving revision 1.291
diff -u -r1.291 configure.in
--- configure.in 26 Jun 2002 08:27:47 -0000 1.291
+++ configure.in 26 Jun 2002 20:26:01 -0000
@@ -32,10 +32,10 @@
# 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]