diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-11-08 13:06:43 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-11-08 13:06:43 +0000 |
commit | d97d250810d53d3250b9aaa2d128e1671930cefa (patch) | |
tree | 53704f77d89b6296c6526002e63a484b674bdd75 | |
parent | 5ab20e894d4aa4763472eb1353e4b5d2a8ac72dc (diff) |
Tag 4.504.50
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@185 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
-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.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 \ |