[BACK]Return to version.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/version.h between version 1.5 and 1.6

version 1.5, 1998/06/26 21:21:24 version 1.6, 2003/05/14 01:34:35
Line 34 
Line 34 
  */   */
   
 /*  /*
  * $From: version.h,v 6.31 1998/03/15 22:25:55 mcooper Exp $   * $From: version.h,v 1.2 1999/11/01 00:19:36 christos Exp $
  */   */
   
 /*  /*
Line 46 
Line 46 
 /*  /*
  * Distribution version.  The major distribution number should match   * Distribution version.  The major distribution number should match
  * the protocol version number (VERSION) defined above.   * the protocol version number (VERSION) defined above.
    * This is not true anymore for freerdist
  */   */
 #define DISTVERSION             "6.1"  #define DISTVERSION             "0.92"
   
 /*  /*
  * Patch level   * Patch level
  */   */
 #define PATCHLEVEL              4  #define PATCHLEVEL              0
   
 /*  /*
  * Distribution status   * Distribution status
  */   */
 #define DISTSTATUS              "RELEASE"  #define DISTSTATUS              "BETA"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6