/[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 3841 by capela, Sat Sep 26 18:49:20 2020 UTC revision 3842 by capela, Thu Dec 17 08:36:44 2020 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(liblscp, 0.6.2, rncbc@rncbc.org, liblscp)  AC_INIT(liblscp, 0.9.0, rncbc@rncbc.org, liblscp)
3    
4  AC_CONFIG_SRCDIR(src/client.c)  AC_CONFIG_SRCDIR(src/client.c)
5  AC_CONFIG_HEADERS([src/config.h])  AC_CONFIG_HEADERS([src/config.h])
# Line 23  AM_INIT_AUTOMAKE Line 23  AM_INIT_AUTOMAKE
23  #  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
24  #     to 0.  #     to 0.
25    
26  SHARED_VERSION_INFO="6:2:0"  SHARED_VERSION_INFO="6:3:0"
27    
28  AC_SUBST(SHARED_VERSION_INFO)  AC_SUBST(SHARED_VERSION_INFO)
29    

Legend:
Removed from v.3841  
changed lines
  Added in v.3842

  ViewVC Help
Powered by ViewVC