mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
Bundle an installer.ver file in the nitrofiles so that it can be matched against the current version of the installer to ensure it's the right file being loaded
7 lines
81 B
C
7 lines
81 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION "v1.3"
|
|
|
|
#endif // VERSION_H
|