summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSARL ENR 68 <david@david.david>2015-09-22 10:25:52 +0200
committerSARL ENR 68 <david@david.david>2015-09-22 10:25:52 +0200
commit0e5ba1b12e16f499bd06e793681f62eb9de45c27 (patch)
tree9a9bb170752f7d6b8d8844ed77d59392ce7ebd8a
parent040dbeee342a5dfb7fa1bcdceed392903d6fac17 (diff)
downloadbm-0e5ba1b12e16f499bd06e793681f62eb9de45c27.tar
bm-0e5ba1b12e16f499bd06e793681f62eb9de45c27.tar.gz
bm-0e5ba1b12e16f499bd06e793681f62eb9de45c27.tar.bz2
bm-0e5ba1b12e16f499bd06e793681f62eb9de45c27.tar.xz
bm-0e5ba1b12e16f499bd06e793681f62eb9de45c27.zip
Release 3.13.1
-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 e58099e..8afe65e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bm
-Version: 3.0
+Version: 3.1
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 40c44c0..6e0148f 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.0"
+VERSION = "3.1"
def passtrough(option, opt, val, parser):
opts = parser.values
diff --git a/bmclean b/bmclean
index 3658f15..732d832 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.0"
+VERSION = "3.1"
def parse_options():
parser = OptionParser("%prog [OPTIONS] <srpm files>",