summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ce88cac..6c6dd5e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+=== telepathy-mission-control 4.50 ===
+
2007-11-08 Alberto Mardegan <alberto.mardegan@nokia.com>
* src/mcd-connection.c:
diff --git a/configure.ac b/configure.ac
index eeee2bb9..c97aefe5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(telepathy-mission-control, 4.49)
+AC_INIT(telepathy-mission-control, 4.50)
AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE([tar-ustar])
AM_CONFIG_HEADER(config.h)
diff --git a/src/Makefile.am b/src/Makefile.am
index 76ce81fa..372c8112 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,7 @@ libmissioncontrol_server_la_LIBADD = $(GCONF_LIBS) $(TELEPATHY_LIBS) \
# we want to export symbols so that the plugins can see them
libmissioncontrol_server_la_LDFLAGS = -export-dynamic \
- -version-info 3:3:2
+ -version-info 3:4:2
libmissioncontrol_server_la_SOURCES = \
mcd-debug.c \