created file tree

This commit is contained in:
arcan1s
2014-01-30 16:13:17 +04:00
parent f68918e599
commit 037faa8a56
8 changed files with 187 additions and 0 deletions

8
sources/version.h.in Normal file
View File

@ -0,0 +1,8 @@
#ifndef VERSION_H
#define VERSION_H
#ifndef PROJ_VERSION
#define PROJ_VERSION "@PROJECT_VERSION@"
#endif /* PROJ_VERSION */
#endif /* VERSION_H */