summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-03-23 15:51:25 +0200
committerJani Välimaa <wally@mageia.org>2024-03-23 15:51:25 +0200
commit46a30bc43e4491f6ccff7f2991eebfae44faf52e (patch)
tree692ae667721a7bb19507ad5b7377b37afa3852c7
parentff00af5ff1757657e720a251ce402e767a484395 (diff)
downloadbm-46a30bc43e4491f6ccff7f2991eebfae44faf52e.tar
bm-46a30bc43e4491f6ccff7f2991eebfae44faf52e.tar.gz
bm-46a30bc43e4491f6ccff7f2991eebfae44faf52e.tar.bz2
bm-46a30bc43e4491f6ccff7f2991eebfae44faf52e.tar.xz
bm-46a30bc43e4491f6ccff7f2991eebfae44faf52e.zip
Release 3.63.6
-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 f79eb9f..150b32f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bm
-Version: 3.5
+Version: 3.6
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 eb41217..7c0a657 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.5"
+VERSION = "3.6"
def passtrough(option, opt, val, parser):
opts = parser.values
diff --git a/bmclean b/bmclean
index cf4b200..9a1691a 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.5"
+VERSION = "3.6"
def parse_options():
parser = OptionParser("%prog [OPTIONS] <srpm files>",