summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1089d16..1c08fcd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+mm-common 0.9.5 (2010-03-30)
+
+ * Distribute doctools if non-empty parameter is passed to
+ MM_CONFIG_DOCTOOL_DIR
+ (Krzesimir Nowak) Bug #645836
+
mm-common 0.9.4 (2010-03-18)
* Correct the installation of the mm-common-util.pc file.
diff --git a/configure.ac b/configure.ac
index 781b009..b52e37f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([mm-common], [0.9.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+AC_INIT([mm-common], [0.9.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
[mm-common], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([util/mm-common-prepare.in])