mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
7 lines
81 B
C
7 lines
81 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION "v0.1"
|
|
|
|
#endif // VERSION_H
|