From fb06caab1581e958533732230bcd5283a4f46a94 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 6 Feb 2006 08:45:37 +0000 Subject: [PATCH] Add variable execversion that denotes the version of the 2006-02-06 Harish Krishnaswamy * evolution-data-server.pc.in: Add variable execversion that denotes the version of the evolution-data-server executable. --- ChangeLog | 6 ++++++ evolution-data-server.pc.in | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index e54c4c3..98b4060 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-06 Harish Krishnaswamy + + * evolution-data-server.pc.in: Add variable execversion + that denotes the version of the evolution-data-server + executable. + 2006-02-04 Theppitak Karoonboonyanan * configure.in: Added 'th' (Thai) to ALL_LINGUAS. diff --git a/evolution-data-server.pc.in b/evolution-data-server.pc.in index bbb0177..40b30f9 100644 --- a/evolution-data-server.pc.in +++ b/evolution-data-server.pc.in @@ -7,6 +7,8 @@ extensiondir=@extensiondir@ datadir=@datadir@ privdatadir=@privdatadir@ +execversion=@BASE_VERSION@ + idldir=@idldir@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ -- 2.7.4