diff options
Diffstat (limited to 'src/box64version.h')
| -rwxr-xr-x | src/box64version.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/box64version.h b/src/box64version.h new file mode 100755 index 00000000..d9c4c042 --- /dev/null +++ b/src/box64version.h @@ -0,0 +1,8 @@ +#ifndef __BOX64_VERSION_H_ +#define __BOX64_VERSION_H_ + +#define BOX64_MAJOR 0 +#define BOX64_MINOR 0 +#define BOX64_REVISION 1 + +#endif //__BOX64_VERSION_H_ \ No newline at end of file |