/[svn]/liblscp/trunk/configure.ac
ViewVC logotype

Diff of /liblscp/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2132 by persson, Tue Sep 28 18:00:38 2010 UTC revision 2875 by capela, Tue Apr 12 17:00:28 2016 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2  AC_INIT(src/client.c)  AC_INIT(src/client.c)
3  AM_CONFIG_HEADER(src/config.h)  AC_CONFIG_HEADERS([src/config.h])
4    AC_CONFIG_MACRO_DIR([.m4])
5    
6  AM_INIT_AUTOMAKE(liblscp, 0.5.6.2)  AM_INIT_AUTOMAKE(liblscp, 0.5.7.1)
7    
8  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
9  # Rules for library version information:  # Rules for library version information:
# Line 20  AM_INIT_AUTOMAKE(liblscp, 0.5.6.2) Line 21  AM_INIT_AUTOMAKE(liblscp, 0.5.6.2)
21  #  6. If any interfaces have been removed since the last public release, then set age  #  6. If any interfaces have been removed since the last public release, then set age
22  #     to 0.  #     to 0.
23    
24  SHARED_VERSION_INFO="6:0:0"  SHARED_VERSION_INFO="6:1:0"
25    
26  AC_SUBST(SHARED_VERSION_INFO)  AC_SUBST(SHARED_VERSION_INFO)
27    

Legend:
Removed from v.2132  
changed lines
  Added in v.2875

  ViewVC Help
Powered by ViewVC