diff options
author | Dan Winship <danw@src.gnome.org> | 2004-03-03 00:10:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-03-03 00:10:04 +0800 |
commit | ef6740c535ebe1433b6a9a22f282562fb67502c6 (patch) | |
tree | 4bb908f2e6b02ceece2056d271c2f4d21afcf8a6 /configure.in | |
parent | 420fcadc9bb41c68fb1c3c7b7d133a97d1ad4c87 (diff) | |
download | gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.tar.gz gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.tar.zst gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.zip |
Define this (the number used in the e-d-s component repo_ids).
* configure.in (DATASERVER_API_VERSION): Define this (the number
used in the e-d-s component repo_ids).
* tools/killev.c (main): Update the repo_ids
svn path=/trunk/; revision=24932
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index cc96baa722..07e20aeaf1 100644 --- a/configure.in +++ b/configure.in @@ -1103,6 +1103,7 @@ AC_SUBST(EVOLUTION_MAIL_LIBS) dnl -- evolution-data-server IDL and version +AC_DEFINE(DATASERVER_API_VERSION, "1.0", evolution-data-server API version) AC_DEFINE_UNQUOTED(DATASERVER_VERSION, "`pkg-config --modversion evolution-data-server-1.0`", evolution-data-server version) AC_MSG_CHECKING(for evolution-data-server IDL) |