X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=VERSION.m4;h=98c127af92ed337dc2a0f1a8518ff71e33863ff8;hb=127b4a136978d1fd30a69fe7dac78a37da0ca667;hp=872bc33ade33eea19c93b33c8025ebea107e36bb;hpb=41eb88b2e179769d5f3ed19e9245da4c3691fa61;p=mingw%2Fmingw-org-wsl.git diff --git a/VERSION.m4 b/VERSION.m4 index 872bc33..98c127a 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.0.1]) -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], [0:0:0])dnl +]) # $RCSfile$: end of file