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 d123ef34..040207f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+=== telepathy-mission-control 4.49 ===
+
2007-10-25 Alberto Mardegan <alberto.mardegan@nokia.com>
* src/mcd-presence-frame.c:
diff --git a/configure.ac b/configure.ac
index 481cef7d..eeee2bb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(telepathy-mission-control, 4.48)
+AC_INIT(telepathy-mission-control, 4.49)
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 3d54c4a6..76ce81fa 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:2:2
+ -version-info 3:3:2
libmissioncontrol_server_la_SOURCES = \
mcd-debug.c \