diff options
Diffstat (limited to 'src/main/version.h')
| -rw-r--r-- | src/main/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/version.h b/src/main/version.h new file mode 100644 index 0000000..cf77ce8 --- /dev/null +++ b/src/main/version.h @@ -0,0 +1,6 @@ +#ifndef _VERSION_H +#define _VERSION_H + +#define DGED_VERSION "dev" + +#endif |
