This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

STABLE2 - cman: increment cman minor version


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=5a6524d8def0012f061f0a775c9c52bb3674b338
Commit:        5a6524d8def0012f061f0a775c9c52bb3674b338
Parent:        c90643c8824ff2f12e2debc05f32f981facfcbd3
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Mon Nov 10 11:30:54 2008 +0000
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Mon Nov 10 11:30:54 2008 +0000

cman: increment cman minor version

This should have happened when I added votes to the
transition message.

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 cman/daemon/cnxman-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/daemon/cnxman-private.h b/cman/daemon/cnxman-private.h
index 27a3c2e..345242d 100644
--- a/cman/daemon/cnxman-private.h
+++ b/cman/daemon/cnxman-private.h
@@ -5,7 +5,7 @@
 
 /* Protocol Version triplet */
 #define CNXMAN_MAJOR_VERSION 6
-#define CNXMAN_MINOR_VERSION 1
+#define CNXMAN_MINOR_VERSION 2
 #define CNXMAN_PATCH_VERSION 0
 
 /* How we announce ourself in console events */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]