equal
deleted
inserted
replaced
36 |
36 |
37 #include "mifconv_types.h" |
37 #include "mifconv_types.h" |
38 using namespace MifConvDefs; |
38 using namespace MifConvDefs; |
39 |
39 |
40 // Mifconv version |
40 // Mifconv version |
41 static const MifConvString MifConvVersion("3.1.7"); |
41 static const MifConvString MifConvVersion("3.2.0"); |
42 static const MifConvString MifConvDate("10th July 2009"); |
42 static const MifConvString MifConvDate("24th February 2010"); |
43 static const MifConvString MifConvYears("2009"); |
43 static const MifConvString MifConvYears("2010"); |
44 |
44 |
45 // Mifconv return values: |
45 // Mifconv return values: |
46 #define MIFCONV_ERROR 1 |
46 #define MIFCONV_ERROR 1 |
47 #define MIFCONV_NO_ERROR 0 |
47 #define MIFCONV_NO_ERROR 0 |
48 |
48 |