summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS18
-rw-r--r--README4
-rw-r--r--configure.in6
4 files changed, 29 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c26f8096..949d9834 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-10 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.22.0
+
2008-02-26 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.22.0
diff --git a/NEWS b/NEWS
index 218b09ee..0c4374e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+==============
+Version 2.22.0
+==============
+
+ Translators
+
+ * Khaled Hosny (ar)
+ * Runa Bhattacharjee (bn_IN)
+ * Kenneth Nielsen (da)
+ * Simos Xenitellis (el)
+ * David Lodge (en_GB)
+ * Jorge González (es)
+ * Gabor Kelemen (hu)
+ * Sandeep Shedmake (mr)
+ * Marcel Telka (sk)
+ * Laurent Dhima (sq)
+ * Maxim Dziumanenko (uk)
+
===============
Version 2.21.92
===============
diff --git a/README b/README
index d42b4c50..8a7ba7ca 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.21.92
-=====================
+gnome-desktop 2.22.0
+====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index 3484df6c..b3f6ad2b 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,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=6:4:4
+LT_VERSION=6:5:4
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -34,8 +34,8 @@ AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
-GNOME_MINOR=21
-GNOME_MICRO=92
+GNOME_MINOR=22
+GNOME_MICRO=0
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`