Changeset 1281 for trunk/build_support


Ignore:
Timestamp:
Apr 11, 2008, 11:20:30 AM (15 years ago)
Author:
Jari Häkkinen
Message:

Merged patch release 0.4 to the trunk. Delta 0.4 - 0.4@1276

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/version.m4

    r1277 r1281  
    3636
    3737# Library versioning (current:revision:age)
    38 # See the libtool manual for an explanation of the numbers
     38#
     39# How to update library version number
     40#
     41# current: Increment if the interface has additions, changes, removals.
     42#
     43# revision: Increment any time the source changes; set to 0 if you
     44# incremented 'current'.
     45#
     46# age: Increment if any interfaces have been added; set to 0 if any
     47# interfaces have been removed. removal has precedence over adding, so
     48# set to 0 if both happened.
     49#
     50# See the libtool manual for further explanation of the numbers
    3951#
    4052# yat-0.3    undefined
    4153# yat-0.4    1:0:0
     54#
    4255m4_define([LT_VERSION], [1:0:0])
    4356
Note: See TracChangeset for help on using the changeset viewer.