diff options
author | daviddavid <geiger.david68210@gmail.com> | 2024-02-12 19:16:32 +0100 |
---|---|---|
committer | daviddavid <geiger.david68210@gmail.com> | 2024-02-12 19:16:32 +0100 |
commit | 7ac3b0ede501838d0bba3ee80fa005312addb53e (patch) | |
tree | 21a8141438a4be5dc592c38aeb2a47d23984f94f /bmclean | |
parent | 23ce51cf774a24cafd46a9a5896e54f45c42de35 (diff) | |
download | bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.tar bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.tar.gz bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.tar.bz2 bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.tar.xz bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.zip |
Release 3.53.5
- remove trailing spaces
- fix bash-completion location
Diffstat (limited to 'bmclean')
-rw-r--r-- | bmclean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import sys, os import pwd AUTHOR = "Gustavo Niemeyer <niemeyer@conectiva.com>, papoteur <papoteur@mageialinux-online.org>" -VERSION = "3.4" +VERSION = "3.5" def parse_options(): parser = OptionParser("%prog [OPTIONS] <srpm files>", |