Changeset 682ccd2 in nscp for version.hpp


Ignore:
Timestamp:
04/11/12 18:34:18 (14 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
6533c1a
Parents:
440c0cb
Message:
  • Fixed crash in new logger
  • Fixed a few command line parsing issues (most notably test and --log-to-file)
  • Changed default location for process dumps to be a non-elevated location (under common-appdata).
  • Fixed (ish) check_nt issue (check_nt really really is broken... this will probably cause problems with people sending large payloads though)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • version.hpp

    r440c0cb r682ccd2  
    11#ifndef VERSION_HPP 
    22#define VERSION_HPP 
    3 #define PRODUCTVER     0,4,0,156 
    4 #define STRPRODUCTVER  "0,4,0,156" 
    5 #define STRPRODUCTDATE "2012-04-05" 
     3#define PRODUCTVER     0,4,0,159 
     4#define STRPRODUCTVER  "0,4,0,159" 
     5#define STRPRODUCTDATE "2012-04-11" 
    66#endif // VERSION_HPP 
Note: See TracChangeset for help on using the changeset viewer.