diff options
author | SARL ENR 68 <david@david.david> | 2015-09-22 10:25:52 +0200 |
---|---|---|
committer | SARL ENR 68 <david@david.david> | 2015-09-22 10:25:52 +0200 |
commit | 0e5ba1b12e16f499bd06e793681f62eb9de45c27 (patch) | |
tree | 9a9bb170752f7d6b8d8844ed77d59392ce7ebd8a | |
parent | 040dbeee342a5dfb7fa1bcdceed392903d6fac17 (diff) | |
download | bm-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-INFO | 2 | ||||
-rw-r--r-- | bm | 2 | ||||
-rw-r--r-- | bmclean | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 @@ -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>", |