Update version number.

This commit is contained in:
Ignacio Castano
2020-08-23 23:18:24 -07:00
parent 46d1179b17
commit b4da3c68f0
9 changed files with 37 additions and 24 deletions

View File

@ -49,7 +49,7 @@
# define NVTT_API
#endif
#define NVTT_VERSION 20101
#define NVTT_VERSION 20102
#define NVTT_FORBID_COPY(Class) \
private: \

View File

@ -48,7 +48,7 @@
# define NVTT_API
#endif
#define NVTT_VERSION 20101
#define NVTT_VERSION 20102
#ifdef __cplusplus
typedef struct nvtt::InputOptions NvttInputOptions;