lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] get_version()?


From: fabian . koch
Subject: [lwip-devel] get_version()?
Date: Tue, 28 Oct 2008 14:08:24 +0100


Hey guys,

we are using LwIP without any modifications as an "external blob" of code, so we can update to a newer version without a lot of hassle.
Now it would be great to have something in that unmodified blob that we can ask for its version.

Something like a

#define Version "1.3.0"

char* get_version(){
        return Version;
}

is that useless overhead for you guys or would you implement something like that into future versions?

regards,
Fabian
reply via email to

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