From 01d1e09ad5726f12cec8c80e041d93ccd453f1d5 Mon Sep 17 00:00:00 2001 From: Bela Ban Date: Wed, 4 Aug 2004 14:58:27 +0000 Subject: [PATCH] no message --- doc/history.txt | 5 ++++- src/org/jgroups/Version.java | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/history.txt b/doc/history.txt index c270c838cd1..444abe2150c 100644 --- a/doc/history.txt +++ b/doc/history.txt @@ -3,7 +3,7 @@ History List ============ -Revision: $Id: history.txt,v 1.96 2004/08/04 14:25:35 belaban Exp $ +Revision: $Id: history.txt,v 1.97 2004/08/04 14:58:27 belaban Exp $ [For current version, see file Version.java (or invoke 'java org.jgroups.Version')] @@ -28,6 +28,9 @@ yaronr = Yaron Rosenbaum (yaronr@mercury.co.il) Version 2.2.6 ------------- +- Created distribution (CVS tag = JG_2_2_6) + (bela Aug 4 2004) + - Fixed upProcessingThread in MessageDispatcher: using org.jgroups.util.Queue now (bug#: 998920) (bela Aug 4 2004) diff --git a/src/org/jgroups/Version.java b/src/org/jgroups/Version.java index a4d9e8c6311..ab092417c70 100644 --- a/src/org/jgroups/Version.java +++ b/src/org/jgroups/Version.java @@ -1,5 +1,5 @@ -// $Id: Version.java,v 1.10 2004/07/07 16:25:24 belaban Exp $ + package org.jgroups; @@ -7,7 +7,7 @@ public class Version { public static String version="2.2.6"; public static byte[] version_id={'0', '2', '2', '6'}; - public static String cvs="$Id: Version.java,v 1.10 2004/07/07 16:25:24 belaban Exp $"; + public static String cvs="$Id: Version.java,v 1.11 2004/08/04 14:59:07 belaban Exp $"; public static void main(String[] args) { System.out.println("\nVersion: \t" + version);