CVS update: JGroups/src/org/jgroups Version.java

"Bela Ban" <[email protected]>
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 10/08/17 08:05:34

  Modified:    src/org/jgroups Tag: Branch_JGroups_2_6 Version.java
  Log:
  2.6.17
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.59.2.32 +4 -4      JGroups/src/org/jgroups/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/Version.java,v
  retrieving revision 1.59.2.31
  retrieving revision 1.59.2.32
  diff -u -r1.59.2.31 -r1.59.2.32
  --- Version.java	16 Jun 2010 14:01:32 -0000	1.59.2.31
  +++ Version.java	17 Aug 2010 08:05:34 -0000	1.59.2.32
  @@ -15,19 +15,19 @@
    * Z = 0-63 for micro versions
    *
    * @author Bela Ban
  - * @version $Id: Version.java,v 1.59.2.31 2010/06/16 14:01:32 belaban Exp $
  + * @version $Id: Version.java,v 1.59.2.32 2010/08/17 08:05:34 belaban Exp $
    * Holds version information for JGroups.
    */
   @Immutable
   public class Version {
       public static final short major = 2;
       public static final short minor = 6;
  -    public static final short micro = 16;
  -    public static final String description="2.6.16.GA";
  +    public static final short micro = 17;
  +    public static final String description="2.6.17.GA";
   
       public static final short version=encode(major, minor, micro);
       public static final String string_version=print(version);
  -    public static final String cvs="$Id: Version.java,v 1.59.2.31 2010/06/16 14:01:32 belaban Exp $";
  +    public static final String cvs="$Id: Version.java,v 1.59.2.32 2010/08/17 08:05:34 belaban Exp $";
   
       private static final int MAJOR_SHIFT = 11;
       private static final int MINOR_SHIFT = 6;
  
  
  

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.