summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/test-plugins/testpostop.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/slapd/test-plugins/testpostop.c')
-rw-r--r--ldap/servers/slapd/test-plugins/testpostop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/slapd/test-plugins/testpostop.c b/ldap/servers/slapd/test-plugins/testpostop.c
index 55d998a0..0a4cda37 100644
--- a/ldap/servers/slapd/test-plugins/testpostop.c
+++ b/ldap/servers/slapd/test-plugins/testpostop.c
@@ -93,7 +93,7 @@ static char changelogfile[MAX_PATH+1];
static char *changelogfile = "/tmp/changelog";
#endif
-Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "1.0.2",
+Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "1.0.3",
"sample post-operation plugin" };
static void write_changelog( int optype, char *dn, void *change, int flag );