Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Aug 4, 2004
1 parent dd6282c commit 01d1e09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion doc/history.txt
Expand Up @@ -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')]

Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions src/org/jgroups/Version.java
@@ -1,13 +1,13 @@

// $Id: Version.java,v 1.10 2004/07/07 16:25:24 belaban Exp $


package org.jgroups;


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);
Expand Down

0 comments on commit 01d1e09

Please sign in to comment.