summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f4e1ce67..711b934e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
+=== telepathy-mission-control 5.0.beta32 ===
+
2008-09-16 Alberto Mardegan <alberto.mardegan@nokia.com>
* src/mcd-manager.c:
Don't call any methods on the McdManager if construction fails;
- instead, call the from the constructor.
+ instead, call them from the constructor.
=== telepathy-mission-control 5.0.beta31 ===
diff --git a/configure.ac b/configure.ac
index 63ea7db2..072b6a89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(telepathy-mission-control, 5.0.beta31)
+AC_INIT(telepathy-mission-control, 5.0.beta32)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability])