summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 4ed2bcf7c3..e365d73631 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -66,11 +66,10 @@ OBJ_FILES = \
# Start SUBSYSTEM NTVFS
[LIBRARY::ntvfs]
PUBLIC_HEADERS = ntvfs.h
-MAJOR_VERSION = 0
-MINOR_VERSION = 0
+VERSION = 0.0.1
+SO_VERSION = 0.0.1
DESCRIPTION = Virtual File System with NTFS semantics
PRIVATE_PROTO_HEADER = ntvfs_proto.h
-RELEASE_VERSION = 1
OBJ_FILES = \
ntvfs_base.o \
ntvfs_generic.o \