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/client/smbmount.c | |
parent | 0722fc16a445a47ef3aaa60e7a0e5324bfcf55eb (diff) | |
download | samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.tar.gz samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.tar.xz samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.zip |
metze's autogenerate patch for version.h
(This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
Diffstat (limited to 'source3/client/smbmount.c')
-rw-r--r-- | source3/client/smbmount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 156130758b1..6e8d9f5bca7 100644 --- a/source3/client/smbmount.c +++ b/source3/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()); |