Using 4 instead of 4.0 for unreleased 4.x versions as version number in python stubs.

This commit is contained in:
Daniel Baumann 2013-10-17 11:10:32 +02:00
parent ac880ca145
commit d18a85705a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ def main():
description = '''live-build contains the programs to build a live system from a configuration directory.
The lb bootstrap_cdebootstrap program bootstraps the chroot system with cdebootstrap.''',
epilog = 'See \'man lb_bootstrap_cdebootstrap\' for more information.',
version = 'live-build 4.0',
version = 'live-build 4',
formatter_class = argparse.ArgumentDefaultsHelpFormatter
)

View File

@ -31,7 +31,7 @@ def main():
description = '''live-build contains the programs to build a live system from a configuration directory.
The lb bootstrap_debootstrap program bootstraps the chroot system with debootstrap.''',
epilog = 'See \'man lb_bootstrap_debootstrap\' for more information.',
version = 'live-build 4.0',
version = 'live-build 4',
formatter_class = argparse.ArgumentDefaultsHelpFormatter
)