From: Stephen D. <sd...@us...> - 2005-05-16 01:00:37
|
Update of /cvsroot/naviserver/naviserver/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12686/include Modified Files: ns.h Log Message: Bump version to 4.99.0 alpha. Index: ns.h =================================================================== RCS file: /cvsroot/naviserver/naviserver/include/ns.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ns.h 16 May 2005 00:53:00 -0000 1.15 --- ns.h 16 May 2005 01:00:15 -0000 1.16 *************** *** 31,36 **** * ns.h -- * ! * All the public types and function declarations for the core ! * AOLserver. * * $Header$ --- 31,35 ---- * ns.h -- * ! * All the public types and function declarations for the core server. * * $Header$ *************** *** 40,55 **** #define NS_H ! #define NS_MAJOR_VERSION 4 ! #define NS_MINOR_VERSION 0 ! #define NS_RELEASE_SERIAL 10 #define NS_VERSION_NUM (NS_MAJOR_VERSION * 10000 \ + NS_MINOR_VERSION * 100 \ + NS_RELEASE_SERIAL) ! #define NS_VERSION "4.0" ! #define NS_PATCH_LEVEL "4.0.10" ! #define NS_ALPHA_RELEASE 0 ! #define NS_BETA_RELEASE 1 ! #define NS_FINAL_RELEASE 2 /* --- 39,54 ---- #define NS_H ! #define NS_MAJOR_VERSION 4 ! #define NS_MINOR_VERSION 99 ! #define NS_RELEASE_SERIAL 0 #define NS_VERSION_NUM (NS_MAJOR_VERSION * 10000 \ + NS_MINOR_VERSION * 100 \ + NS_RELEASE_SERIAL) ! #define NS_VERSION "4.99" ! #define NS_PATCH_LEVEL "4.99.0" ! #define NS_ALPHA_RELEASE 0 ! #define NS_BETA_RELEASE 1 ! #define NS_FINAL_RELEASE 2 /* *************** *** 58,62 **** */ ! #define NS_RELEASE_LEVEL NS_FINAL_RELEASE #include "nsthread.h" --- 57,61 ---- */ ! #define NS_RELEASE_LEVEL NS_ALPHA_RELEASE #include "nsthread.h" |