summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2023-07-25 21:35:49 +0300
committerJani Välimaa <wally@mageia.org>2023-07-25 21:35:49 +0300
commit67beb9c37327603c46beb9c1e0523143d1ffc65f (patch)
tree2d0c826d53456ad26b93a0ace7fbe72994192b4f
parent46b16081b3d5e78dd7d0b827345111fa7ffca503 (diff)
downloadbm-67beb9c37327603c46beb9c1e0523143d1ffc65f.tar
bm-67beb9c37327603c46beb9c1e0523143d1ffc65f.tar.gz
bm-67beb9c37327603c46beb9c1e0523143d1ffc65f.tar.bz2
bm-67beb9c37327603c46beb9c1e0523143d1ffc65f.tar.xz
bm-67beb9c37327603c46beb9c1e0523143d1ffc65f.zip
Release 3.43.4
-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 d768779..e35af76 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bm
-Version: 3.3
+Version: 3.4
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 bcd2034..f61d3df 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.3"
+VERSION = "3.4"
def passtrough(option, opt, val, parser):
opts = parser.values
diff --git a/bmclean b/bmclean
index df9d312..cc87201 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.3"
+VERSION = "3.4"
def parse_options():
parser = OptionParser("%prog [OPTIONS] <srpm files>",