summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS25
-rw-r--r--README4
-rw-r--r--configure.in6
4 files changed, 36 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e90bfd17..9e50c5ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-04 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.16.0
+
2006-08-22 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.16.0
diff --git a/NEWS b/NEWS
index f084b5a1..d1ddb435 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+==============
+Version 2.16.0
+==============
+
+ Doc Translations
+
+ * Christophe Bliard (fr)
+ * Daniel Nylander (sv)
+
+ Translators
+
+ * Runa Bhattacharjee (bn_IN)
+ * Hendrik Richter (de)
+ * Ivar Smolin (et)
+ * Rajesh Ranjan (hi)
+ * Gabor Kelemen (hu)
+ * Gintautas Miliauskas (lt)
+ * Raivis Dejus (lv)
+ * Rahul Bhalerao (mr)
+ * Leonardo Ferreira Fontenelle (pt_BR)
+ * Duarte Loreto (pt)
+ * Leonid Kanter (ru)
+ * Matic Žgur (sl)
+ * Felix (ta)
+
===============
Version 2.15.92
===============
diff --git a/README b/README
index 9fed0532..6b24eb56 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.15.92
-=====================
+gnome-desktop 2.16.0
+====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index 8368caa7..a5077642 100644
--- a/configure.in
+++ b/configure.in
@@ -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:20:2
+LT_VERSION=4:21:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -33,8 +33,8 @@ AM_PROG_LIBTOOL
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GNOME_PLATFORM=2
-GNOME_MINOR=15
-GNOME_MICRO=92
+GNOME_MINOR=16
+GNOME_MICRO=0
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`