summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-18 12:33:53 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-18 12:33:53 +0100
commit9ca8230a0cfdde8f9ce915fa6a21c28f4eb0bc7c (patch)
tree043f7ee48b58e1cc2070b0248332086ec52b1474
parent29aa35538b82ba2fbecd1fa97aa2c31e86a49658 (diff)
downloadmm-common-9ca8230a0cfdde8f9ce915fa6a21c28f4eb0bc7c.tar.gz
0.9.40.9.4
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 64063c5..1089d16 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+mm-common 0.9.4 (2010-03-18)
+
+ * Correct the installation of the mm-common-util.pc file.
+ (Krzesimir Nowak) Bug #645080
+
mm-common 0.9.3 (2010-03-15)
* Add an mm-common-util pkg-config file, to be used intead of
diff --git a/configure.ac b/configure.ac
index 7d8a5cf..781b009 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.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+AC_INIT([mm-common], [0.9.4], [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])