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

Diff of /libgig/trunk/configure.ac

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

revision 220 by schoenebeck, Wed Aug 18 12:11:26 2004 UTC revision 315 by schoenebeck, Fri Nov 26 19:29:05 2004 UTC
# Line 1  Line 1 
1  AC_INIT(configure.in)  AC_INIT(configure.in)
2  AM_CONFIG_HEADER(config.h)  AM_CONFIG_HEADER(config.h)
3    
4  AM_INIT_AUTOMAKE(libgig, 0.7.1, cuse@users.sourceforge.net)  AM_INIT_AUTOMAKE(libgig, 1.0.0, cuse@users.sourceforge.net)
5  AC_PROG_LIBTOOL  AC_PROG_LIBTOOL
6    
7    
# Line 21  AC_PROG_LIBTOOL Line 21  AC_PROG_LIBTOOL
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  # we wait to bump the version until the next point release  SHARED_VERSION_INFO="1:0:0"
 SHARED_VERSION_INFO="0:0:0"  
25    
26    
27  AC_C_BIGENDIAN  AC_C_BIGENDIAN

Legend:
Removed from v.220  
changed lines
  Added in v.315

  ViewVC Help
Powered by ViewVC