mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef POET_H
|
|
#define POET_H
|
|
|
|
const char *poet_version = "@POET_VERSION@";
|
|
|
|
#endif // POET_H
|