summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-09-21 18:17:59 +0200
committerVincent Untz <vuntz@gnome.org>2009-09-21 18:17:59 +0200
commitb5a7fc0bcc4f10cfbc258991c3afc7684b66416b (patch)
tree0d3175c584585d7a33e080f24a971cacfd7a6120
parenta05895d8be84853b874b1f6e76b9cb2441cb0270 (diff)
downloadgnome-desktop-b5a7fc0bcc4f10cfbc258991c3afc7684b66416b.tar.gz
[release] 2.28.0GNOME_DESKTOP_2_28_0
-rw-r--r--NEWS32
-rw-r--r--README4
-rw-r--r--configure.in6
3 files changed, 37 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5a3ce2bd..3719c0ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+==============
+Version 2.28.0
+==============
+
+
+ Translators
+
+ * Amitakhya Phukan (as)
+ * Denis Arnaud (br)
+ * Gil Forcada (ca)
+ * Petr Kovar (cs)
+ * Per Kongstad (da)
+ * Philip Withnall (en_GB)
+ * Tommi Vainikainen (fi)
+ * Rajesh Ranjan (hi)
+ * Takayuki KUSANO (ja)
+ * Shankar Prasad (kn)
+ * Changwoo Ryu (ko)
+ * Gintautas Miliauskas (lt)
+ * Rajesh Ranjan (mai)
+ * Peter Ani (ml)
+ * Sandeep Shedmake (mr)
+ * Nils-Christoph Fiedler (nds)
+ * A S Alam (pa)
+ * Adi Roiban (ro)
+ * Matej Urbančič (sl)
+ * Daniel Nylander (sv)
+ * Krishna Babu K (te)
+ * Maxim Dziumanenko (uk)
+ * Chao-Hsiung Liao (zh_HK)
+ * Chao-Hsiung Liao (zh_TW)
+
===============
Version 2.27.92
===============
diff --git a/README b/README
index ce2349c9..c5571bfc 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.27.92
-=====================
+gnome-desktop 2.28.0
+====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index 0cf6c137..c046d3a7 100644
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,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=15:1:4
+LT_VERSION=15:2:4
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,8 +35,8 @@ AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
-GNOME_MINOR=27
-GNOME_MICRO=92
+GNOME_MINOR=28
+GNOME_MICRO=0
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`