Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357.server4you.de:/tmp/cvs-serv24666
Modified Files:
configure.ac
Log Message:
Change version to 1.13.2-WIP not 3.0.0-WIP and bump libntfs version to reflect
incompatible source and binary interface changes...
Index: configure.ac
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -p -r1.110 -r1.111
--- configure.ac 2 Aug 2006 03:55:41 -0000 1.110
+++ configure.ac 2 Aug 2006 11:19:39 -0000 1.111
@@ -22,7 +22,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([ntfsprogs],[3.0.0-WIP],[lin...@li...])
+AC_INIT([ntfsprogs],[1.13.2-WIP],[lin...@li...])
#
# Before making a release, the LTVERSION string should be modified.
@@ -50,7 +50,7 @@ AC_INIT([ntfsprogs],[3.0.0-WIP],[linux-n
#
# - If the interface is the same as the previous version, change to C:R+1:A
#
-LTVERSION_LIBNTFS="9:0:0"
+LTVERSION_LIBNTFS="10:0:0"
AC_SUBST(LTVERSION_LIBNTFS)
AC_CANONICAL_HOST([])
|