Using 4 instead of 4.0 for unreleased 4.x versions as version number in python stubs.
This commit is contained in:
parent
ac880ca145
commit
d18a85705a
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue