Changeset df109f9 in nscp
- Timestamp:
- 05/09/12 20:30:43 (13 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- c630d09, 91f567f
- Parents:
- d6c3131
- Files:
-
- 3 edited
-
modules/Scheduler/schedules.hpp (modified) (1 diff)
-
version.hpp (modified) (1 diff)
-
version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/Scheduler/schedules.hpp
r8d89d7a rdf109f9 75 75 } 76 76 void set_command(std::wstring str) { 77 strEx::parse_command(str, command, arguments); 77 if (!str.empty()) { 78 strEx::parse_command(str, command, arguments); 79 } 78 80 } 79 81 -
version.hpp
rfa11893 rdf109f9 1 1 #ifndef VERSION_HPP 2 2 #define VERSION_HPP 3 #define PRODUCTVER 0,4,0,17 04 #define STRPRODUCTVER "0,4,0,17 0"5 #define STRPRODUCTDATE "2012-05-0 3"3 #define PRODUCTVER 0,4,0,172 4 #define STRPRODUCTVER "0,4,0,172" 5 #define STRPRODUCTDATE "2012-05-08" 6 6 #endif // VERSION_HPP -
version.txt
rfa11893 rdf109f9 1 1 version=0.4.0 2 build=17 03 date=2012-05-0 32 build=172 3 date=2012-05-08
Note: See TracChangeset
for help on using the changeset viewer.








