[folks] Fix the SONAME.



commit 231d45bf04fd44bfd5deba14fd8dd2edc3bae2b5
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Oct 18 10:00:35 2011 -0700

    Fix the SONAME.
    
    We accidentally decreased the SONAME with the 0.6.4 release, so this
    adjusts the various easy-to-understand/impossible-to-confuse libtool
    numbers.
    
    Closes: bgo#662095

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 540cec5..7744787 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ m4_define([folks_nano_version], [1])
 #  increment current and set revision to 0
 # If public symbols have been added since last release, increment age
 # If public symbols have been removed since last release, set age to 0
-m4_define([folks_lt_current], [27])
-m4_define([folks_lt_revision], [3])
+m4_define([folks_lt_current], [28])
+m4_define([folks_lt_revision], [0])
 m4_define([folks_lt_age], [3])
 
 # Display the nano_version only if it's not '0'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]