mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-02 16:45:48 +00:00
13 lines
167 B
C
13 lines
167 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef PROJ_VERSION
|
|
#define PROJ_VERSION "@PROJECT_VERSION@"
|
|
#endif /* PROJ_VERSION */
|
|
|
|
#endif /* VERSION_H */
|