summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2005-10-24 09:24:57 +0000
committerVincent Untz <vuntz@src.gnome.org>2005-10-24 09:24:57 +0000
commitcb3dad351d2e10e8f9fa50562a9bfe1ec5231d8d (patch)
tree28cbc70102bb097734725f3a74ec855a1dc84d67
parentfaecebfbe90c5c7f032c65a3e2139126a5499f9f (diff)
downloadgnome-desktop-cb3dad351d2e10e8f9fa50562a9bfe1ec5231d8d.tar.gz
version 2.13.1GNOME_DESKTOP_2_13_1
2005-10-24 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.13.1
-rw-r--r--ChangeLog6
-rw-r--r--NEWS14
-rw-r--r--README2
-rw-r--r--configure.in8
4 files changed, 25 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 942e4c29..fcc55404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-24 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.13.1
+
2005-10-03 Vincent Untz <vuntz@gnome.org>
* Makefile.am: remove scrollkeeper hack. Thanks gnome-doc-utils!
diff --git a/NEWS b/NEWS
index 8c652910..2fcffa15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
===============
+Version 2.13.1
+===============
+
+ Misc
+
+ * Remove scrollkeeper hack (Vincent)
+
+ Translators
+
+ * Tino Meinen (nl)
+ * Christian Rose (sv)
+ * Clytie Siddall (vi)
+
+===============
Version 2.12.0
===============
diff --git a/README b/README
index 200bd635..2d87cebf 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.12.0
+gnome-desktop 2.13.1
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index ad16b0a5..dce0a2f3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-desktop], [2.12.1],
+AC_INIT([gnome-desktop], [2.13.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-desktop])
AC_CONFIG_SRCDIR([libgnome-desktop])
@@ -16,7 +16,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:6:2
+LT_VERSION=4:7:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -31,8 +31,8 @@ AM_PROG_LIBTOOL
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GNOME_PLATFORM=2
-GNOME_MINOR=12
-GNOME_MICRO=0
+GNOME_MINOR=13
+GNOME_MICRO=1
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`