From d18a85705a6ca28ac5f793950fa2bbb7c5b03df6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 17 Oct 2013 11:10:32 +0200 Subject: Using 4 instead of 4.0 for unreleased 4.x versions as version number in python stubs. --- scripts/build/bootstrap_cdebootstrap | 2 +- scripts/build/bootstrap_debootstrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build') diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index 2613c482a..c5e1641a0 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -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 ) diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index 8ff6d830a..963d9db75 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -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 ) -- cgit v1.2.3