/[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 2418 by capela, Sat Feb 23 20:29:45 2013 UTC revision 2422 by capela, Sun Feb 24 11:22:03 2013 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  AC_CONFIG_HEADERS(src/config.h)  AC_CONFIG_HEADER(src/config.h)
4  AC_CONFIG_MACRO_DIR([m4])  AC_CONFIG_MACRO_DIR([.m4])
5    
6  AM_INIT_AUTOMAKE(liblscp, 0.5.6.4)  AM_INIT_AUTOMAKE(liblscp, 0.5.6.5)
7    
8  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
9  # Rules for library version information:  # Rules for library version information:
# Line 21  AM_INIT_AUTOMAKE(liblscp, 0.5.6.4) Line 21  AM_INIT_AUTOMAKE(liblscp, 0.5.6.4)
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.2418  
changed lines
  Added in v.2422

  ViewVC Help
Powered by ViewVC