summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2023-01-16 20:09:45 +0000
committerPascal Terjan <pterjan@mageia.org>2023-01-16 20:09:45 +0000
commitb9e26c442e68a380b59ef218581fefd0d6389d28 (patch)
tree0b8a0e58b46b968257811b56cb0e43e525410feb
parent43bd968964ba8007988f9db0adcb0f625167ea2f (diff)
downloadbm-b9e26c442e68a380b59ef218581fefd0d6389d28.tar
bm-b9e26c442e68a380b59ef218581fefd0d6389d28.tar.gz
bm-b9e26c442e68a380b59ef218581fefd0d6389d28.tar.bz2
bm-b9e26c442e68a380b59ef218581fefd0d6389d28.tar.xz
bm-b9e26c442e68a380b59ef218581fefd0d6389d28.zip
Release 3.33.3
-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 0a7226f..d768779 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bm
-Version: 3.2
+Version: 3.3
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 fcce0b1..8a04860 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.2"
+VERSION = "3.3"
def passtrough(option, opt, val, parser):
opts = parser.values
diff --git a/bmclean b/bmclean
index 41df749..df9d312 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.2"
+VERSION = "3.3"
def parse_options():
parser = OptionParser("%prog [OPTIONS] <srpm files>",