summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-03-12 20:56:04 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-03-12 20:56:04 +0000
commit8e8226f100da96a879efbfd5c49d78f86276a0ba (patch)
treeaa69cc86bf71a5b0db3ee54878d709a12d13dee3
parent2050ff9892a0ca47fe4fd9ce5e05b1c26850377b (diff)
downloadgnome-doc-utils-8e8226f100da96a879efbfd5c49d78f86276a0ba.tar.gz
- Version 0.10.1GNOME_DOC_UTILS_0_10_1
* configure.in: * NEWS: - Version 0.10.1 svn path=/trunk/; revision=899
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6181657..e2dee21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-03-12 Shaun McCance <shaunm@gnome.org>
+ * configure.in:
+ * NEWS:
+ - Version 0.10.1
+
+2007-03-12 Shaun McCance <shaunm@gnome.org>
+
* autogen.sh:
- Fix bootstrapping issue, #416933 (Elijah Newren)
diff --git a/NEWS b/NEWS
index b19eb3f..d69b3fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in 0.10.1:
+------------------
+* Fixed a bootstrapping issue, #416933 (Elijah Newren)
+
Changes in 0.10.0:
------------------
** general:
diff --git a/configure.in b/configure.in
index 6acf142..35c06fa 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.10.0],
+AC_INIT([gnome-doc-utils], [0.10.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])