From 608d81a358032c7a467a1d6ba84b98ea910fdcc3 Mon Sep 17 00:00:00 2001 From: Tongkun Zhang Date: Wed, 13 Jul 2022 12:42:12 -0400 Subject: [PATCH] bump to 2.3.10 --- bob.spec | 2 +- scripts/makei | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bob.spec b/bob.spec index 7f9c8d2..6f91dbd 100644 --- a/bob.spec +++ b/bob.spec @@ -1,6 +1,6 @@ %undefine _disable_source_fetch Name: bob -Version: 2.3.9 +Version: 2.3.10 Release: 0 License: Apache-2.0 Summary: Better Object Builder for IBM i diff --git a/scripts/makei b/scripts/makei index 5606de7..9c7d71a 100755 --- a/scripts/makei +++ b/scripts/makei @@ -18,7 +18,7 @@ from makei.build import BuildEnv # nopep8 from makei.utils import Colors, colored, get_compile_targets_from_filenames, run_command # nopep8 -__version__ = "2.3.9" +__version__ = "2.3.10" def cli():