diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-03-14 13:01:29 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-03-14 13:01:29 +0000 |
commit | f4156335dbb0437ab57e1f5cca0beb38246c1e72 (patch) | |
tree | 86adf13ec93730322ea6e0ee35c5928ba666c2e2 | |
parent | e4ad7e82218f9a0c3bbcb4cd70a220128f84d79c (diff) |
Tagging 4.18.4.18
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@6 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2007-03-14 Alberto Mardegan <alberto.mardegan@nokia.com> + * configure.ac: Version 4.18. + * src/mcd-dispatcher-context.h, src/mcd-dispatcher.c: Rewrite filter API to allow single filter registration and execution priority. diff --git a/configure.ac b/configure.ac index 9e730364..25776183 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(mission-control, 4.17) +AM_INIT_AUTOMAKE(mission-control, 4.18) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST |