From aea6c7ea4fbe3be7a05cd9a9f7e1fa43937658e5 Mon Sep 17 00:00:00 2001 From: aia21 Date: Wed, 2 Aug 2006 11:19:39 +0000 Subject: [PATCH] Change version to 1.13.2-WIP not 3.0.0-WIP and bump libntfs version to reflect incompatible source and binary interface changes... --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d7056501..0941bf39 100644 --- a/configure.ac +++ b/configure.ac @@ -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([])