diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-10-25 10:57:43 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-10-25 10:57:43 +0000 |
commit | 2f64ad626efd87bac7f9fddba15ffb653016d991 (patch) | |
tree | faf71adf1eff9dbc8c2afc1103f9a0ed444eb23b | |
parent | f446a6022c23314230d62c1c5e8f7f7728dc8aa7 (diff) |
Tag 4.49.4.49
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@180 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.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 \ |