summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS11
-rw-r--r--README4
-rw-r--r--configure.in6
4 files changed, 22 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1beeac70..622b88e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-24 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.15.90
+
2006-07-11 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.15.5
diff --git a/NEWS b/NEWS
index f68315c7..3924cc6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+===============
+Version 2.15.90
+===============
+
+ Translators
+
+ * Vladimir "Kaladan" Petkov (bg)
+ * Francisco Javier F. Serrador (es)
+ * Christophe Merlet (RedFox) (fr)
+ * Daniel Nylander (sv)
+
==============
Version 2.15.4
==============
diff --git a/README b/README
index f5cae5ad..1e9000b0 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.15.2
-====================
+gnome-desktop 2.15.90
+=====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index 03156c98..b8eb8cb1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-desktop], [2.15.5],
+AC_INIT([gnome-desktop], [2.15.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-desktop])
AC_CONFIG_SRCDIR([libgnome-desktop])
@@ -18,7 +18,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=4:17:2
+LT_VERSION=4:18:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -34,7 +34,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GNOME_PLATFORM=2
GNOME_MINOR=15
-GNOME_MICRO=4
+GNOME_MICRO=90
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`