aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--evolution-shell.pc.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5db4bb2e4b..f1e74d5055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-02 Jules Colding <colding@omesc.com>
+
+ * evolution-shell.pc.in (execversion): Added variable so that
+ the Evolution version is easily deduced programmatically.
+
2006-10-16 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Evolution 2.9.1 release
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in
index 2b3bbc58d5..fb72dfebab 100644
--- a/evolution-shell.pc.in
+++ b/evolution-shell.pc.in
@@ -14,6 +14,8 @@ componentdir=@componentdir@
evolutionuidir=@evolutionuidir@
imagesdir=@imagesdir@
+execversion=@BASE_VERSION@
+
IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
Name: evolution-shell