/[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 732 by schoenebeck, Mon Aug 15 17:26:02 2005 UTC revision 854 by schoenebeck, Fri Apr 28 17:51:27 2006 UTC
# Line 3  AC_INIT(configure.in) Line 3  AC_INIT(configure.in)
3  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
4  # Library's "official" release version:  # Library's "official" release version:
5    
6  LIBGIG_RELEASE_MAJOR=2  LIBGIG_RELEASE_MAJOR=3
7  LIBGIG_RELEASE_MINOR=0  LIBGIG_RELEASE_MINOR=0
8  LIBGIG_RELEASE_BUILD=2  LIBGIG_RELEASE_BUILD=0
9    
10  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
11  # The following is the libtool / shared library version. This doesn't have to  # The following is the libtool / shared library version. This doesn't have to
# Line 24  LIBGIG_RELEASE_BUILD=2 Line 24  LIBGIG_RELEASE_BUILD=2
24  #  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
25  #     to 0.  #     to 0.
26    
27  LIBGIG_LT_CURRENT=4  LIBGIG_LT_CURRENT=5
28  LIBGIG_LT_REVISION=0  LIBGIG_LT_REVISION=0
29  LIBGIG_LT_AGE=2  LIBGIG_LT_AGE=3
30  SHARED_VERSION_INFO="$LIBGIG_LT_CURRENT:$LIBGIG_LT_REVISION:$LIBGIG_LT_AGE"  SHARED_VERSION_INFO="$LIBGIG_LT_CURRENT:$LIBGIG_LT_REVISION:$LIBGIG_LT_AGE"
31    
32    

Legend:
Removed from v.732  
changed lines
  Added in v.854

  ViewVC Help
Powered by ViewVC