NetDisk/version.h
Stephen Heumann ff538de39c Add basic infrastructure for an installable GS/OS driver.
Currently, this can install the DIBs from the driver, but no driver calls are implemented.
2018-08-06 20:22:33 -05:00

5 lines
229 B
C

#define USER_AGENT_VERSION "1.0a1" /* reported in User-Agent string */
#define BOOT_INFO_VERSION "v1.0a1" /* displayed during text-mode boot */
#define DRIVER_VERSION 0x100A /* GS/OS driver version format */