announce acl support

This commit is contained in:
christos 2012-03-08 20:32:18 +00:00
parent d246e6162a
commit 4872c424c4

View File

@ -30,7 +30,9 @@ char *config_string = "\n";
#endif
#endif
/* cvsacl patch */
static const char aclpatch_string[] =
"with CVSACL Patch 1.2.5 (cvsacl.sourceforge.net)\n";
static const char *const version_usage[] =
{
@ -63,6 +65,8 @@ version (int argc, char **argv)
released. */
(void) fputs (PACKAGE_STRING, stdout);
(void) fputs (config_string, stdout);
/* cvsacl patch */
(void) fputs (aclpatch_string, stdout);
#ifdef CLIENT_SUPPORT
if (current_parsed_root && current_parsed_root->isremote)