summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-06-06 12:58:06 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-06-06 12:58:06 +0000
commit435d89cf678a0b5fb8a08620e144bc3fad5f8ff9 (patch)
tree3ae1bc92ec6dc3f857a369134915d22e43121d62
parentfcb57dfcda4ab9d7640cdb5e036facc3bafb27e4 (diff)
downloadpango-435d89cf678a0b5fb8a08620e144bc3fad5f8ff9.tar.gz
Update the versioning to reflect '1.1.x' (Use the 100 * minor + micro
Thu Jun 6 08:54:26 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Update the versioning to reflect '1.1.x' (Use the 100 * minor + micro convention.)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-25
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--configure.in13
7 files changed, 36 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index cc9e6bff..4176614d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 6 08:54:26 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Update the versioning to reflect '1.1.x'
+ (Use the 100 * minor + micro convention.)
+
Thu Jun 6 08:42:32 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Provide : as the fourth argument
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index cc9e6bff..4176614d 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+Thu Jun 6 08:54:26 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Update the versioning to reflect '1.1.x'
+ (Use the 100 * minor + micro convention.)
+
Thu Jun 6 08:42:32 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Provide : as the fourth argument
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index cc9e6bff..4176614d 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,8 @@
+Thu Jun 6 08:54:26 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Update the versioning to reflect '1.1.x'
+ (Use the 100 * minor + micro convention.)
+
Thu Jun 6 08:42:32 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Provide : as the fourth argument
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index cc9e6bff..4176614d 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+Thu Jun 6 08:54:26 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Update the versioning to reflect '1.1.x'
+ (Use the 100 * minor + micro convention.)
+
Thu Jun 6 08:42:32 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Provide : as the fourth argument
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index cc9e6bff..4176614d 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+Thu Jun 6 08:54:26 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Update the versioning to reflect '1.1.x'
+ (Use the 100 * minor + micro convention.)
+
Thu Jun 6 08:42:32 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Provide : as the fourth argument
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index cc9e6bff..4176614d 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+Thu Jun 6 08:54:26 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Update the versioning to reflect '1.1.x'
+ (Use the 100 * minor + micro convention.)
+
Thu Jun 6 08:42:32 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Provide : as the fourth argument
diff --git a/configure.in b/configure.in
index 40eb3970..b7ef7519 100644
--- a/configure.in
+++ b/configure.in
@@ -16,20 +16,19 @@ dnl set PANGO_BINARY_AGE _and_ PANGO_INTERFACE_AGE to 0.
dnl The triplet
PANGO_MAJOR_VERSION=1
-PANGO_MINOR_VERSION=0
-PANGO_MICRO_VERSION=1
+PANGO_MINOR_VERSION=1
+PANGO_MICRO_VERSION=0
PANGO_VERSION=$PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION.$PANGO_MICRO_VERSION
dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.
PANGO_API_VERSION=1.0
dnl Number of releases since we've added interfaces
-PANGO_INTERFACE_AGE=1
+PANGO_INTERFACE_AGE=0
-dnl Number of releases since we've broken binary compatibility. Should equal
-dnl PANGO_MICRO_VERSION for a stable release
+dnl Number of releases since we've broken binary compatibility.
# PANGO_BINARY_AGE=0
-PANGO_BINARY_AGE=$PANGO_MICRO_VERSION
+PANGO_BINARY_AGE=`expr 100 '*' $PANGO_MINOR_VERSION + $PANGO_MICRO_VERSION`
dnl This is the last version with which we have compatibility with
dnl with the modules for; it isn't the same as
@@ -47,7 +46,7 @@ AC_SUBST(PANGO_BINARY_AGE)
AC_SUBST(PANGO_MODULE_VERSION)
dnl libtool versioning
-lt_current=`expr $PANGO_MICRO_VERSION - $PANGO_INTERFACE_AGE`
+lt_current=`expr 100 '*' $PANGO_MINOR_VERSION + $PANGO_MICRO_VERSION - $PANGO_INTERFACE_AGE`
lt_revision=$PANGO_INTERFACE_AGE
lt_age=`expr $PANGO_BINARY_AGE - $PANGO_INTERFACE_AGE`
LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age"