goat3d
diff exporters/maxgoat/src/config.h @ 10:1f94a2107c64
merged with win32 stuff
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 26 Aug 2013 05:30:40 +0300 |
parents | |
children | 9862541fdcf5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/exporters/maxgoat/src/config.h Mon Aug 26 05:30:40 2013 +0300 1.3 @@ -0,0 +1,7 @@ 1.4 +#ifndef CONFIG_H_ 1.5 +#define CONFIG_H_ 1.6 + 1.7 +#define VER_MAJOR 0 1.8 +#define VER_MINOR 1 1.9 + 1.10 +#endif /* CONFIG_H_ */ 1.11 \ No newline at end of file