lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #9032] Provide means to get Version of Stack and subm


From: Luca Ceresoli
Subject: [lwip-devel] [task #9032] Provide means to get Version of Stack and submodules
Date: Tue, 10 Feb 2009 21:50:45 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.04 (hardy) Firefox/3.0.5

Follow-up Comment #1, task #9032 (project lwip):

> #define LWIP_VERSION 0x00XXYYZZ /* XX=major, YY=minor, ZZ=revision

Release Cantidates / Beta versions would not fit in this.

*Does anybody care?*

In case, how about:
#define LWIP_VERSION (mayor<<24 | minor<<16 | rev<<8 | rc)
where:
rc < 255 -> release candidate number
rc == 255 -> this is a final release


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?9032>

_______________________________________________
  Messaggio inviato con/da Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]