summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2024-08-28 08:51:35 +0200
committerPapoteur <papoteur@mageia.org>2024-08-28 08:51:35 +0200
commit372b78e91e342449ae79cb8289c9cebb308e61ad (patch)
tree37cffff5ace38001160951784e767c32dce7c317
parentbbb67d5fdf97635d4504d5646da9ceaf501b9892 (diff)
downloadbm-master.tar
bm-master.tar.gz
bm-master.tar.bz2
bm-master.tar.xz
bm-master.zip
-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 d9c86a9..eba3964 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bm
-Version: 3.7
+Version: 3.8
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 57d9850..0507358 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.7"
+VERSION = "3.8"
def passtrough(option, opt, val, parser):
opts = parser.values
diff --git a/bmclean b/bmclean
index cdebea4..e06724d 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.7"
+VERSION = "3.8"
def parse_options():
parser = OptionParser("%prog [OPTIONS] <srpm files>",