diff options
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/config.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index fc741ced0d..9411f12913 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -1,9 +1,8 @@ ################################################ # Start SUBSYSTEM LIBSAMBA3 [LIBRARY::LIBSAMBA3] -MAJOR_VERSION = 0 -MINOR_VERSION = 0 -RELEASE_VERSION = 1 +VERSION = 0.0.1 +SO_VERSION = 0.0.1 DESCRIPTION = Library for reading Samba3 data files PRIVATE_PROTO_HEADER = samba3_proto.h PUBLIC_HEADERS = samba3.h |