X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=VERSION.m4;h=a80ebfcfa865b01a160099a42e2fd3e6996f4df2;hb=f511afc8646a5a08e70ee3ef69ebba5238cc7b28;hp=872bc33ade33eea19c93b33c8025ebea107e36bb;hpb=eae8d24c7d6a2470aaaedb1d39b6fd07caca6554;p=mingw%2Fmingw-org-wsl.git diff --git a/VERSION.m4 b/VERSION.m4 index 872bc33..a80ebfc 100644 --- a/VERSION.m4 +++ b/VERSION.m4 @@ -5,7 +5,25 @@ # Non-copyrightable material; adjust the following definition, to # assign a common version number to each of the mingwrt and w32api # MinGW System Library sub-packages. +# +m4_define([__VERSION__],[5.4.2]) -m4_define([__VERSION__],[5.0]) +# This is also a convenient place to specify the import library +# associations, and DLLVERSION information for each DLL which may +# be delivered by this package; each specification record takes +# the form of three data fields, comprising: +# +# 1) A tag field, which maps the assignment to a makefile variable +# substitution reference of the form @MAP_[TAG]_A_DLLVERSION@. +# +# 2) The name of the import library associated with the mapping. +# +# 3) The DLLVERSION for the corresponding DLL; this must be in the +# libtool current:revision:age notation, and should be updated, +# as required, in accordance with libtool conventions. +# +m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl +[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [5:0:1])dnl +]) # $RCSfile$: end of file