mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-23 22:37:02 +00:00
Update version numbers.
This commit is contained in:
parent
f524630f1a
commit
a982557421
4
cdev.rez
4
cdev.rez
@ -1,7 +1,7 @@
|
||||
#include "types.rez"
|
||||
|
||||
resource rVersion (1) {
|
||||
{ 1,0,0,beta,2 },
|
||||
{ 1,0,0,beta,3 },
|
||||
verUS,
|
||||
"NetDisk",
|
||||
"By Stephen Heumann"
|
||||
@ -26,7 +26,7 @@ resource rCDEVFlags (1) {
|
||||
{0, 0, 71, 320}, /* rectangle */
|
||||
"NetDisk", /* name */
|
||||
"Stephen Heumann", /* author */
|
||||
"v1.0b2" /* version string */
|
||||
"v1.0b3" /* version string */
|
||||
};
|
||||
|
||||
read rCDevCode (0x1,convert,locked) "cdev.obj";
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define USER_AGENT_VERSION "1.0b2" /* reported in User-Agent string */
|
||||
#define BOOT_INFO_VERSION "v1.0b2" /* displayed during text-mode boot */
|
||||
#define USER_AGENT_VERSION "1.0b3" /* reported in User-Agent string */
|
||||
#define BOOT_INFO_VERSION "v1.0b3" /* displayed during text-mode boot */
|
||||
#define DRIVER_VERSION 0x100B /* GS/OS driver version format */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user