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

Diff of /libgig/trunk/configure.in

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

revision 1330 by persson, Sun Sep 9 10:36:23 2007 UTC revision 1416 by schoenebeck, Sun Oct 14 12:06:32 2007 UTC
# Line 4  AC_INIT(configure.in) Line 4  AC_INIT(configure.in)
4  # Library's "official" release version:  # Library's "official" release version:
5    
6  LIBGIG_RELEASE_MAJOR=3  LIBGIG_RELEASE_MAJOR=3
7  LIBGIG_RELEASE_MINOR=1  LIBGIG_RELEASE_MINOR=2
8  LIBGIG_RELEASE_BUILD=1  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=1 Line 24  LIBGIG_RELEASE_BUILD=1
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=7  LIBGIG_LT_CURRENT=8
28  LIBGIG_LT_REVISION=0  LIBGIG_LT_REVISION=0
29  LIBGIG_LT_AGE=1  LIBGIG_LT_AGE=2
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.1330  
changed lines
  Added in v.1416

  ViewVC Help
Powered by ViewVC