summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-06-17 14:41:23 +0100
committerBastien Nocera <hadess@hadess.net>2010-06-17 14:41:23 +0100
commitac775963c09a430c4791687cf811a3437ea2af83 (patch)
treeee058fe78bca4f6fdac5b3dccbccb2b8423925aa
parentefc19804529db3b70af251f85f62dacff1fb4f10 (diff)
downloadgnome-desktop-GNOME_DESKTOP_2_90_1.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 06823f55..13170132 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 2.90.1
+==============
+
+ libgnome-desktop
+
+ * Fix parallel installation of the developer documentation
+
+==============
Version 2.90.0
==============
diff --git a/configure.in b/configure.in
index bed3c628..e0a65455 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 2)
m4_define(gnome_minor, 90)
-m4_define(gnome_micro, 0)
+m4_define(gnome_micro, 1)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed