OSDN Git Service

Correct a typographic error; fix MinGW-Bug #39193
[mingw/mingw-org-wsl.git] / VERSION.m4
1 # VERSION.m4 -- vim: filetype=config
2 #
3 # $Id$
4 #
5 # Non-copyrightable material; adjust the following definition, to
6 # assign a common version number to each of the mingwrt and w32api
7 # MinGW System Library sub-packages.
8 #
9 m4_define([__VERSION__],[5.2.2])
10
11 # This is also a convenient place to specify the import library
12 # associations, and DLLVERSION information for each DLL which may
13 # be delivered by this package; each specification record takes
14 # the form of three data fields, comprising:
15 #
16 # 1) A tag field, which maps the assignment to a makefile variable
17 #    substitution reference of the form @MAP_[TAG]_A_DLLVERSION@.
18 #
19 # 2) The name of the import library associated with the mapping.
20 #
21 # 3) The DLLVERSION for the corresponding DLL; this must be in the
22 #    libtool current:revision:age notation, and should be updated,
23 #    as required, in accordance with libtool conventions.
24 #
25 m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
26 [MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [2:0:0])dnl
27 ])
28
29 # $RCSfile$: end of file