diff options
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h new file mode 100644 index 0000000..65226ac --- /dev/null +++ b/src/version.h @@ -0,0 +1,6 @@ +#ifndef ___VERSION_H +#define ___VERSION_H + +static const char VERSION[] = "0.1"; + +#endif |