Update version number.

This commit is contained in:
castano
2008-05-22 21:48:19 +00:00
parent 29a720bf82
commit eda4786ca6
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
# define NVTT_API
#endif
#define NVTT_VERSION 200
#define NVTT_VERSION 201
#define NVTT_DECLARE_PIMPL(Class) \
private: \

View File

@ -47,7 +47,7 @@
# define NVTT_API
#endif
#define NVTT_VERSION 200
#define NVTT_VERSION 201
#ifdef __cplusplus
typedef struct nvtt::InputOptions NvttInputOptions;