diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-01-28 12:47:52 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-01-28 12:47:52 +0000 |
commit | e06687eb174d5ca785a6c67fa63a99ea019182c4 (patch) | |
tree | 31820abce3978d9b1b6ea5120dbeb22dab7184d0 /source4/lib/cmdline/popt_common.c | |
parent | 2ffa2fe1654d3f3d7f0ba17d73c3f8db5710b38e (diff) | |
download | samba-e06687eb174d5ca785a6c67fa63a99ea019182c4.tar.gz samba-e06687eb174d5ca785a6c67fa63a99ea019182c4.tar.bz2 samba-e06687eb174d5ca785a6c67fa63a99ea019182c4.zip |
merge the version.h autogeneration stuff from 3.0
metze
(This used to be commit 24dc237e109f6dce69814b22e0fb7878a7f6bfa8)
Diffstat (limited to 'source4/lib/cmdline/popt_common.c')
-rw-r--r-- | source4/lib/cmdline/popt_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index 3c9a5eb231..1b8e3bd93e 100644 --- a/source4/lib/cmdline/popt_common.c +++ b/source4/lib/cmdline/popt_common.c @@ -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; |