Changeset 394f7a1 in nscp for AutoBuild.h


Ignore:
Timestamp:
02/18/08 23:21:23 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
95e4ace
Parents:
c1fe385
Message:

+ Added propper output handling to process subsystem (now you can execute programs tat return "much" data.

+ Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.

Since check_nrpe doesn't do this it wont work in that end, but still...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AutoBuild.h

    r7a156f4 r394f7a1  
    33// change the FALSE to TRUE for autoincrement of build number 
    44#define INCREMENT_VERSION TRUE 
    5 #define FILEVER        0,3,0,54 
    6 #define PRODUCTVER     0,3,0,54 
    7 #define STRFILEVER     _T("0.3.0.54") 
    8 #define STRPRODUCTVER  _T("0.3.0.54") 
    9 #define STRPRODUCTDATE  _T("2008-02-12") 
     5#define FILEVER        0,3,0,58 
     6#define PRODUCTVER     0,3,0,58 
     7#define STRFILEVER     _T("0.3.0.58") 
     8#define STRPRODUCTVER  _T("0.3.0.58") 
     9#define STRPRODUCTDATE  _T("2008-02-14") 
    1010#endif // AUTOBUILD_H 
Note: See TracChangeset for help on using the changeset viewer.