summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-20 17:13:38 +0000
committerGerald Carter <jerry@samba.org>2003-08-20 17:13:38 +0000
commitae452e51b02672a56adf18aa7a7e365eeaba9272 (patch)
treeedde5b785e004cae5cb1f367534afc3e7b9fc4fa /source/client
parentf72f51d39ff3e6d22dbda8b9c115ca10e93e7022 (diff)
downloadsamba-ae452e51b02672a56adf18aa7a7e365eeaba9272.tar.gz
samba-ae452e51b02672a56adf18aa7a7e365eeaba9272.tar.xz
samba-ae452e51b02672a56adf18aa7a7e365eeaba9272.zip
metze's autogenerate patch for version.h
Diffstat (limited to 'source/client')
-rw-r--r--source/client/client.c2
-rw-r--r--source/client/smbmnt.c2
-rw-r--r--source/client/smbmount.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/source/client/client.c b/source/client/client.c
index 67fadd11a80..949933b890b 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -2934,7 +2934,7 @@ static void remember_query_host(const char *arg,
use_kerberos = cmdline_auth_info.use_kerberos;
got_pass = cmdline_auth_info.got_pass;
- DEBUG( 3, ( "Client started (version %s).\n", VERSION ) );
+ DEBUG(3,("Client started (version %s).\n", SAMBA_VERSION_STRING));
if (tar_type) {
if (cmdstr)
diff --git a/source/client/smbmnt.c b/source/client/smbmnt.c
index 0e36231bac7..c04be3b7af2 100644
--- a/source/client/smbmnt.c
+++ b/source/client/smbmnt.c
@@ -38,7 +38,7 @@ help(void)
{
printf("\n");
printf("Usage: smbmnt mount-point [options]\n");
- printf("Version %s\n\n",VERSION);
+ printf("Version %s\n\n",SAMBA_VERSION_STRING);
printf("-s share share name on server\n"
"-r mount read-only\n"
"-u uid mount as uid\n"
diff --git a/source/client/smbmount.c b/source/client/smbmount.c
index 156130758b1..6e8d9f5bca7 100644
--- a/source/client/smbmount.c
+++ b/source/client/smbmount.c
@@ -663,7 +663,7 @@ static void usage(void)
{
printf("Usage: mount.smbfs service mountpoint [-o options,...]\n");
- printf("Version %s\n\n",VERSION);
+ printf("Version %s\n\n",SAMBA_VERSION_STRING);
printf(
"Options:\n\
@@ -923,7 +923,7 @@ static void parse_mount_smb(int argc, char **argv)
read_credentials_file(credentials);
}
- DEBUG(3,("mount.smbfs started (version %s)\n", VERSION));
+ DEBUG(3,("mount.smbfs started (version %s)\n", SAMBA_VERSION_STRING));
if (*workgroup == 0) {
pstrcpy(workgroup,lp_workgroup());