mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef VERSION_H_INCLUDED
|
|
#define VERSION_H_INCLUDED
|
|
|
|
#define VERSION "v0.1.1"
|
|
|
|
#endif // VERSION_H_INCLUDED
|