[sldev] Why does the 1.14.0.1 source say it's 1.14.0.0?

Dale Glass dale at daleglass.net
Sat Apr 21 05:21:07 PDT 2007


The header contains the old version:

$ tar -xzf ../src/archives/1.14.0.1/slviewer-src-1.14.0.1.tar.gz
$ cat linden/indra/llcommon/llversion.h
(snip)
// MUST ALSO change version number in secondlife setup.nsi
const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 14;
const S32 LL_VERSION_PATCH = 0;
const S32 LL_VERSION_BUILD = 0;

Should I just bump LL_VERSION_BUILD so that it stops giving me the 
message on login?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20070421/4be1c7a1/attachment.pgp


More information about the SLDev mailing list