From 9e6f22641e3fca1e77babe3731989e23a6a1f664 Mon Sep 17 00:00:00 2001 From: Kazunori INOUE Date: Thu, 12 Jul 2018 14:04:42 +0900 Subject: [PATCH] Build: update version information for 2.6 --- configure.ac | 2 +- pm_logconv.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 45bc75c..476b5ba 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([pm_logconv-cs], [2.5]) +AC_INIT([pm_logconv-cs], [2.6]) AM_INIT_AUTOMAKE AC_PREFIX_DEFAULT(/usr) PM_PKG="pacemaker" diff --git a/pm_logconv.py b/pm_logconv.py index f219fd5..7e2ee04 100755 --- a/pm_logconv.py +++ b/pm_logconv.py @@ -30,7 +30,7 @@ # # version number of pm_logconv. # -VERSION = "2.5" +VERSION = "2.6" # # system's host name.