summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--README2
-rw-r--r--configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ea10a29..42e079dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-12 Mark McLoughlin <mark@skynet.ie>
+
+ * configure.in: libtool versioning update
+ to reflect Alex's ABI compatible additions.
+ Current++, Revision=0, Age++.
+
2002-09-12 John Fleck <jfleck@inkstain.net>
* configure.in: add
diff --git a/README b/README
index f6acaee9..29496309 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop-2.0.8
+gnome-desktop-2.1.0
===================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index a26ab983..8c5c3b78 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE(gnome-desktop, 2.1.0)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=0:5:0
+LT_VERSION=1:0:1
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE