From 0f0a806e22895c5b7a6244e951c4f475a25184f8 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 15 Apr 2022 10:59:31 +0200 Subject: add rescan option to redo automounts, in case user changes them --- sftsr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sftsr.h') diff --git a/sftsr.h b/sftsr.h index ab1b0d2..4693688 100644 --- a/sftsr.h +++ b/sftsr.h @@ -26,6 +26,9 @@ #include "vbox.h" #include "int21dos.h" +#define VERSION_MAJOR 0 +#define VERSION_MINOR 2 + #define LASTDRIVE 'Z' #define MAX_NUM_DRIVE (LASTDRIVE - 'A') #define NUM_DRIVES (MAX_NUM_DRIVE + 1) -- cgit v1.2.3