[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Library Versioning
- From: "D Burgess" <dburgess@...>
- Date: Tue, 4 Apr 2006 09:21:21 +1000
Diego Nehab wrote:
> Should we make it obvious, in the extension library version, which Lua
> it supports?
Do you mean in name of the extension library? or in the APIs for your
library, e.g. socket
Methinks one LuaSocket library does not support both 5.0 and 5.1,
(not on windows anyway), it is two different builds of two DLLs which
get put in the separate directories.
DB