Changeset 5ca3931 in nscp for AutoBuild.h


Ignore:
Timestamp:
12/09/07 15:17:45 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
3f69109
Parents:
45241f5
Message:

2007-12-09 MickeM

+ Added a check if the service is started when running with /test so you get a warning
+ Improved the socket thread with:

  • a default-catch
  • If the socket failes to start we still wait for it to shut down (no error message)

+ Added first version of the NSCA agent (NSCAgent.dll)

(no encryption support as of yet, but will come)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AutoBuild.h

    r45241f5 r5ca3931  
    33// change the FALSE to TRUE for autoincrement of build number 
    44#define INCREMENT_VERSION TRUE 
    5 #define FILEVER        0,3,0,4 
    6 #define PRODUCTVER     0,3,0,4 
    7 #define STRFILEVER     _T("0.3.0.4") 
    8 #define STRPRODUCTVER  _T("0.3.0.4") 
    9 #define STRPRODUCTDATE  _T("2007-12-04") 
     5#define FILEVER        0,3,0,6 
     6#define PRODUCTVER     0,3,0,6 
     7#define STRFILEVER     _T("0.3.0.6") 
     8#define STRPRODUCTVER  _T("0.3.0.6") 
     9#define STRPRODUCTDATE  _T("2007-12-05") 
    1010#endif // AUTOBUILD_H 
Note: See TracChangeset for help on using the changeset viewer.