From b9e26c442e68a380b59ef218581fefd0d6389d28 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 16 Jan 2023 20:09:45 +0000 Subject: Release 3.3 --- PKG-INFO | 2 +- bm | 2 +- bmclean | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 0a7226f..d768779 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: bm -Version: 3.2 +Version: 3.3 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 fcce0b1..8a04860 100644 --- a/bm +++ b/bm @@ -8,7 +8,7 @@ import sys, os import pwd AUTHOR = "Gustavo Niemeyer , papoteur " -VERSION = "3.2" +VERSION = "3.3" def passtrough(option, opt, val, parser): opts = parser.values diff --git a/bmclean b/bmclean index 41df749..df9d312 100644 --- a/bmclean +++ b/bmclean @@ -8,7 +8,7 @@ import sys, os import pwd AUTHOR = "Gustavo Niemeyer , papoteur " -VERSION = "3.2" +VERSION = "3.3" def parse_options(): parser = OptionParser("%prog [OPTIONS] ", -- cgit v1.2.1