/[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 1031 by capela, Mon Jan 15 11:08:28 2007 UTC revision 1368 by capela, Tue Oct 2 07:16:59 2007 UTC
# Line 2  Line 2 
2  AC_INIT(src/client.c)  AC_INIT(src/client.c)
3  AM_CONFIG_HEADER(src/config.h)  AM_CONFIG_HEADER(src/config.h)
4    
5  AM_INIT_AUTOMAKE(liblscp, 0.5.3)  AM_INIT_AUTOMAKE(liblscp, 0.5.4)
6    
7  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
8  # Rules for library version information:  # Rules for library version information:
# Line 20  AM_INIT_AUTOMAKE(liblscp, 0.5.3) Line 20  AM_INIT_AUTOMAKE(liblscp, 0.5.3)
20  #  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
21  #     to 0.  #     to 0.
22    
23  SHARED_VERSION_INFO="3:0:1"  SHARED_VERSION_INFO="4:0:0"
24    
25  AC_SUBST(SHARED_VERSION_INFO)  AC_SUBST(SHARED_VERSION_INFO)
26    

Legend:
Removed from v.1031  
changed lines
  Added in v.1368

  ViewVC Help
Powered by ViewVC