From 7f3bd1fe36b814d215c2f0b071b77d5d81b143c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Wed, 17 Jul 2024 11:01:23 +0300 Subject: Release 3.7 --- PKG-INFO | 2 +- bm | 2 +- bmclean | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 150b32f..d9c86a9 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: bm -Version: 3.6 +Version: 3.7 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 e0c8d86..57d9850 100644 --- a/bm +++ b/bm @@ -8,7 +8,7 @@ import sys, os import pwd AUTHOR = "Gustavo Niemeyer , papoteur " -VERSION = "3.6" +VERSION = "3.7" def passtrough(option, opt, val, parser): opts = parser.values diff --git a/bmclean b/bmclean index 9a1691a..cdebea4 100644 --- a/bmclean +++ b/bmclean @@ -8,7 +8,7 @@ import sys, os import pwd AUTHOR = "Gustavo Niemeyer , papoteur " -VERSION = "3.6" +VERSION = "3.7" def parse_options(): parser = OptionParser("%prog [OPTIONS] ", -- cgit v1.2.1