mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
7 lines
113 B
C
7 lines
113 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
#define LIBVIDEO2X_VERSION_STRING "@PROJECT_VERSION@"
|
||
|
|
||
|
#endif // VERSION_H
|