summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-30 09:18:30 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-03-30 09:18:30 +0200
commit2a5aa7175195fc27ef64ba049fc84dc54f40720f (patch)
treea0db38760023374a6a9e38f3050b3880b1d78619
parent7cc24030b988f503512d3177d5203b88a4abaa9f (diff)
downloadmm-common-2a5aa7175195fc27ef64ba049fc84dc54f40720f.tar.gz
0.9.50.9.5
-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])