Changeset 1281 for trunk/build_support
- Timestamp:
- Apr 11, 2008, 11:20:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/version.m4
r1277 r1281 36 36 37 37 # 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 39 51 # 40 52 # yat-0.3 undefined 41 53 # yat-0.4 1:0:0 54 # 42 55 m4_define([LT_VERSION], [1:0:0]) 43 56
Note: See TracChangeset
for help on using the changeset viewer.