Re: [PATCH 1/2] build: Define major, minor and micro version vars
- From: Simón Pena <spenap gmail com>
- To: grilo-list gnome org
- Subject: Re: [PATCH 1/2] build: Define major, minor and micro version vars
- Date: Wed, 22 Sep 2010 17:13:58 +0200
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]