Re: [PATCH 1/2] build: Define major, minor and micro version vars



On 22/09/10 16:59, Víctor M. Jáquez L. wrote:

>> -m4_define([prj_version], [0.1.6])
>> +m4_define([prj_version], grl_major_version.grl_minor_version.grl_micro_version)

>> -GRL_MAJORMINOR=0.1
>> +GRL_MAJORMINOR=grl_major_version.grl_minor_version

> wouldn't be better
> 
> GRL_MAJORMINOR=prj_version    ???

GRL_MAJORMINOR was defined as 0.1, that is: major.minor, without the
micro, while the prj_version has the full version info.

Cheers


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]