From 46a30bc43e4491f6ccff7f2991eebfae44faf52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 23 Mar 2024 15:51:25 +0200 Subject: Release 3.6 --- PKG-INFO | 2 +- bm | 2 +- bmclean | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index f79eb9f..150b32f 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: bm -Version: 3.5 +Version: 3.6 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 eb41217..7c0a657 100644 --- a/bm +++ b/bm @@ -8,7 +8,7 @@ import sys, os import pwd AUTHOR = "Gustavo Niemeyer , papoteur " -VERSION = "3.5" +VERSION = "3.6" def passtrough(option, opt, val, parser): opts = parser.values diff --git a/bmclean b/bmclean index cf4b200..9a1691a 100644 --- a/bmclean +++ b/bmclean @@ -8,7 +8,7 @@ import sys, os import pwd AUTHOR = "Gustavo Niemeyer , papoteur " -VERSION = "3.5" +VERSION = "3.6" def parse_options(): parser = OptionParser("%prog [OPTIONS] ", -- cgit v1.2.1