aboutsummaryrefslogtreecommitdiff
path: root/sftsr.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-15 10:59:31 +0200
committerJavier <dev.git@javispedro.com>2022-04-15 10:59:31 +0200
commit0f0a806e22895c5b7a6244e951c4f475a25184f8 (patch)
tree10aa1e1e8b838d06eacdcfd78a341d1a3634eda3 /sftsr.h
parent30c3e414c423bcbfe10b1e40bb8a0e01d3eec7c9 (diff)
downloadvbados-0f0a806e22895c5b7a6244e951c4f475a25184f8.tar.gz
vbados-0f0a806e22895c5b7a6244e951c4f475a25184f8.zip
add rescan option to redo automounts, in case user changes them
Diffstat (limited to 'sftsr.h')
-rw-r--r--sftsr.h3
1 files changed, 3 insertions, 0 deletions
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)