Change version to 1.13.2-WIP not 3.0.0-WIP and bump libntfs version to reflect

incompatible source and binary interface changes...
edge.strict_endians
aia21 2006-08-02 11:19:39 +00:00
parent 70aef8d69c
commit aea6c7ea4f
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#
AC_PREREQ(2.59)
AC_INIT([ntfsprogs],[3.0.0-WIP],[linux-ntfs-dev@lists.sourceforge.net])
AC_INIT([ntfsprogs],[1.13.2-WIP],[linux-ntfs-dev@lists.sourceforge.net])
#
# Before making a release, the LTVERSION string should be modified.
@ -50,7 +50,7 @@ AC_INIT([ntfsprogs],[3.0.0-WIP],[linux-ntfs-dev@lists.sourceforge.net])
#
# - 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([])