diff options
author | Jani Välimaa <wally@mageia.org> | 2024-07-17 11:01:23 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-07-17 11:01:23 +0300 |
commit | 7f3bd1fe36b814d215c2f0b071b77d5d81b143c8 (patch) | |
tree | a698f6f801085a70c1cc01e83a9c4f70f41af2b3 /bmclean | |
parent | c1509ee9b406223f3fd0353867e24e4b5860d0de (diff) | |
download | bm-3.7.tar bm-3.7.tar.gz bm-3.7.tar.bz2 bm-3.7.tar.xz bm-3.7.zip |
Release 3.73.7
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.6" +VERSION = "3.7" def parse_options(): parser = OptionParser("%prog [OPTIONS] <srpm files>", |