Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 599ad2e68c4e09226090c02658af44cf > files > 2

crmsh-4.2.0-0.39d42c2.2.mga8.src.rpm

diff -Nrup a/configure.ac b/configure.ac
--- a/configure.ac	2019-06-21 10:59:02.000000000 +0200
+++ b/configure.ac	2019-09-27 07:49:12.621679262 +0200
@@ -8,7 +8,7 @@ dnl License: GNU General Public License
 
 AC_PREREQ([2.53])
 
-AC_INIT([crmsh],[4.0.0],[users@clusterlabs.org])
+AC_INIT([crmsh],[4.2.0],[users@clusterlabs.org])
 
 AC_ARG_WITH(version,
     [  --with-version=version   Override package version (if you're a packager needing to pretend) ],
diff -Nrup a/setup.py b/setup.py
--- a/setup.py	2019-06-21 10:59:02.000000000 +0200
+++ b/setup.py	2019-09-27 07:48:49.172460554 +0200
@@ -4,7 +4,7 @@
 from setuptools import setup
 
 setup(name='crmsh',
-      version='4.0.0',
+      version='4.2.0',
       description='Command-line interface for High-Availability cluster management',
       author='Kristoffer Gronlund',
       author_email='kgronlund@suse.com',