From eaa9c342928e20324f3248e65a37bb344fb0671c Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 13 Nov 2012 18:08:38 -0500 Subject: show betxn settings in the plugin version --- src/plug-nis.c | 2 +- src/plug-sch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/plug-nis.c b/src/plug-nis.c index 4815749..85aa3e2 100644 --- a/src/plug-nis.c +++ b/src/plug-nis.c @@ -68,7 +68,7 @@ static Slapi_PluginDesc plugin_description = { .spd_id = "nis-plugin", .spd_vendor = "redhat.com", - .spd_version = PACKAGE_VERSION, + .spd_version = PACKAGE_VERSION PACKAGE_VERSION_TXNS, .spd_description = "NIS Server Plugin", }; static struct plugin_state *global_plugin_state; diff --git a/src/plug-sch.c b/src/plug-sch.c index a1c6344..913ab5e 100644 --- a/src/plug-sch.c +++ b/src/plug-sch.c @@ -68,7 +68,7 @@ static Slapi_PluginDesc plugin_description = { .spd_id = PLUGIN_ID, .spd_vendor = "redhat.com", - .spd_version = PACKAGE_VERSION, + .spd_version = PACKAGE_VERSION PACKAGE_VERSION_TXNS, .spd_description = "Schema Compatibility Plugin", }; static struct plugin_state *global_plugin_state; -- cgit