From: Miquel G. <gbm...@gm...> - 2010-10-30 16:38:51
|
--- OriginFile.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OriginFile.h b/OriginFile.h index 6636cc3..979df74 100644 --- a/OriginFile.h +++ b/OriginFile.h @@ -30,9 +30,9 @@ #ifndef ORIGIN_FILE_H #define ORIGIN_FILE_H -/* version 0.0 2007-09-26 */ -#define LIBORIGIN_VERSION 0x00070926 -#define LIBORIGIN_VERSION_STRING "2007-09-26" +/* version 0.0 2010-10-29 */ +#define LIBORIGIN_VERSION 0x00101029 +#define LIBORIGIN_VERSION_STRING "2010-10-29" #include "OriginObj.h" #include "OriginParser.h" -- 1.7.3 |