summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-11-25 13:15:11 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-11-25 13:15:11 +0000
commitefe732074c30e308faeedcb76e91bdb57f7fd245 (patch)
tree76b6d224a18835b53a3117d860edff90db9b9726
parent2800a18fcf5f6531a39e7876cf40fd229f2bd938 (diff)
downloadgnome-desktop-GNOME_DESKTOP_2_24_2.tar.gz
version 2.24.2GNOME_DESKTOP_2_24_2
2008-11-25 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.24.2 svn path=/branches/gnome-2-24/; revision=5286
-rw-r--r--ChangeLog6
-rw-r--r--NEWS8
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fa02bc66..f1b05bc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-25 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.24.2
+
2008-10-22 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.24.2
diff --git a/NEWS b/NEWS
index 951fa6ab..4c5f6b90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 2.24.2
+==============
+
+ Translators
+
+ * Mikel González (ast)
+
+==============
Version 2.24.1
==============
diff --git a/README b/README
index 84017759..19813fd8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.24.1
+gnome-desktop 2.24.2
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 75cd9a2b..2a2941c6 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=9:4:2
+LT_VERSION=9:5:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=24
-GNOME_MICRO=1
+GNOME_MICRO=2
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`