From 5c2ff2283b694173db2bf86dc5088b19e5195420 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 3 Jun 2003 12:37:21 +0000 Subject: [PATCH] Bump LTVERSION by one because the library interfaces have changed. (Logical change 1.142) --- libntfs/Makefile.am | 2 +- libntfs/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libntfs/Makefile.am b/libntfs/Makefile.am index 9fa298cf..a26d04d9 100644 --- a/libntfs/Makefile.am +++ b/libntfs/Makefile.am @@ -25,7 +25,7 @@ # - If the interface is the same as the previous version, change to C:R+1:A # -LTVERSION = 4:0:0 +LTVERSION = 5:0:0 # Later gcc require -fms-extensions to work. if GCC_NEEDS_MS_EXTENSIONS diff --git a/libntfs/Makefile.in b/libntfs/Makefile.in index f6e43a08..fa5b8574 100644 --- a/libntfs/Makefile.in +++ b/libntfs/Makefile.in @@ -120,7 +120,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -LTVERSION = 4:0:0 +LTVERSION = 5:0:0 # Later gcc require -fms-extensions to work. @GCC_NEEDS_MS_EXTENSIONS_TRUE@GCCflag = -fms-extensions