diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-20 17:13:38 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-20 17:13:38 +0000 |
commit | 8bfe26b62db2e671b143d93a5428f8fb64a9df05 (patch) | |
tree | 37d3f77a451087d3f7491a70bd076e38f977da5a /source3/torture | |
parent | 0722fc16a445a47ef3aaa60e7a0e5324bfcf55eb (diff) | |
download | samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.tar.gz samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.tar.bz2 samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.zip |
metze's autogenerate patch for version.h
(This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/rpctorture.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/torture/rpctorture.c b/source3/torture/rpctorture.c index 8dfaebd64f..d95c0cee0f 100644 --- a/source3/torture/rpctorture.c +++ b/source3/torture/rpctorture.c @@ -193,7 +193,7 @@ static void usage(char *pname) fprintf(out_hnd, "Usage: %s service <password> [-d debuglevel] [-l log] ", pname); - fprintf(out_hnd, "\nVersion %s\n",VERSION); + fprintf(out_hnd, "\nVersion %s\n",SAMBA_VERSION_STRING); fprintf(out_hnd, "\t-d debuglevel set the debuglevel\n"); fprintf(out_hnd, "\t-l log basename. Basename for log/debug files\n"); fprintf(out_hnd, "\t-n netbios name. Use this name as my netbios name\n"); @@ -489,7 +489,7 @@ enum client_action strupper_m(global_myname); fstrcpy(cli_info.myhostname, global_myname); - DEBUG(3,("%s client started (version %s)\n",timestring(False),VERSION)); + DEBUG(3,("%s client started (version %s)\n",timestring(False),SAMBA_VERSION_STRING)); if (*smb_cli->domain == 0) { |