Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv18514/libntfs
Modified Files:
Makefile.am Makefile.in
Log Message:
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -U2 -r1.6 -r1.7
--- Makefile.am 2001/06/01 02:07:25 1.6
+++ Makefile.am 2001/06/10 18:30:17 1.7
@@ -7,5 +7,5 @@
# - If the interface is the same as the previous version, change to C:R+1:A
-LTVERSION = 1:0:0
+LTVERSION = 2:0:0
# Need this to enable 64-bit (device) file access functions and parameters.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- Makefile.in 2001/06/01 02:07:25 1.5
+++ Makefile.in 2001/06/10 18:30:17 1.6
@@ -96,5 +96,5 @@
all_libraries = @all_libraries@
-LTVERSION = 1:0:0
+LTVERSION = 2:0:0
@DEBUG_TRUE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -g -DDEBUG
@DEBUG_FALSE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64
|