summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-07-17 11:01:23 +0300
committerJani Välimaa <wally@mageia.org>2024-07-17 11:01:23 +0300
commit7f3bd1fe36b814d215c2f0b071b77d5d81b143c8 (patch)
treea698f6f801085a70c1cc01e83a9c4f70f41af2b3
parentc1509ee9b406223f3fd0353867e24e4b5860d0de (diff)
downloadbm-7f3bd1fe36b814d215c2f0b071b77d5d81b143c8.tar
bm-7f3bd1fe36b814d215c2f0b071b77d5d81b143c8.tar.gz
bm-7f3bd1fe36b814d215c2f0b071b77d5d81b143c8.tar.bz2
bm-7f3bd1fe36b814d215c2f0b071b77d5d81b143c8.tar.xz
bm-7f3bd1fe36b814d215c2f0b071b77d5d81b143c8.zip
Release 3.73.7
-rw-r--r--PKG-INFO2
-rw-r--r--bm2
-rw-r--r--bmclean2
3 files changed, 3 insertions, 3 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 150b32f..d9c86a9 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bm
-Version: 3.6
+Version: 3.7
Summary: BuildManager - rpm package building helper
Home-page: http://gitweb.mageia.org/software/build-system/bm/
Author: Gustavo Niemeyer, Papoteur
diff --git a/bm b/bm
index e0c8d86..57d9850 100644
--- a/bm
+++ b/bm
@@ -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 passtrough(option, opt, val, parser):
opts = parser.values
diff --git a/bmclean b/bmclean
index 9a1691a..cdebea4 100644
--- a/bmclean
+++ b/bmclean
@@ -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>",