Changeset 3953


Ignore:
Timestamp:
11/19/09 01:53:48 (4 years ago)
Author:
sam
Message:

Make the current library version beta17, in preparation of the next release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/configure.ac

    r3952 r3953  
    11# $Id$ 
    22 
    3 AC_INIT(libcaca, 0.99.beta16) 
     3AC_INIT(libcaca, 0.99.beta17) 
    44AC_PREREQ(2.50) 
    55AC_CONFIG_AUX_DIR(.auto) 
     
    1212LT_MAJOR="0" 
    1313LT_MINOR="99" 
    14 LT_MICRO="16" 
     14LT_MICRO="17" 
    1515AC_SUBST(LT_MAJOR) 
    1616AC_SUBST(LT_MINOR) 
Note: See TracChangeset for help on using the changeset viewer.