diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +=== telepathy-mission-control 4.46 === + 2007-10-05 Alberto Mardegan <alberto.mardegan@nokia.com> * src/mcd-channel.c: diff --git a/configure.ac b/configure.ac index e4c7d200..455e7f17 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(telepathy-mission-control, 4.45) +AC_INIT(telepathy-mission-control, 4.46) 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 f96bb021..c3df6e03 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:0:2 + -version-info 3:1:2 libmissioncontrol_server_la_SOURCES = \ mcd-debug.c \ |