1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-04 00:23:49 +03:00

merge the version.h autogeneration stuff from 3.0

metze
This commit is contained in:
Stefan Metzmacher
-
parent dee59bec84
commit 24dc237e10
15 changed files with 285 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ static void popt_common_callback(poptContext con,
break;
case 'V':
printf( "Version %s\n", SAMBA_VERSION );
printf( "Version %s\n", SAMBA_VERSION_STRING );
exit(0);
break;