mastercoin-MSC / masterchest-wallet

Masterchest Wallet
MIT License
15 stars 13 forks source link

Document the versioning system masterchest uses #42

Closed ripper234 closed 10 years ago

ripper234 commented 10 years ago

What are build/version numbers? Which show up where?

zathras-crypto commented 10 years ago

Build number bottom left, always visible. Build incremented on any code change.

Version, shown at startup (eg Alpha 0.3B) and in debug log every time parsing thread runs (eg Masterchest Wallet Alpha 0.3b starting scanning) or similar.

I need to do versioning better, especially for the library - but as with many things there are lots of things I'd like to do and not always enough time to do them all!!!

Thanks Zathras

On Wed, Mar 19, 2014 at 12:36 PM, Ron Gross notifications@github.comwrote:

What are build/version numbers? Which show up where?

Reply to this email directly or view it on GitHubhttps://github.com/zathras-crypto/masterchest-wallet/issues/42 .

zathras-crypto commented 10 years ago

Note these are wallet versions, not library versions. I need to be tagging the lib DLL with versioning and then making that visible somewhere in the wallet too.

Thanks Zathras

On Wed, Mar 19, 2014 at 12:40 PM, zathras crypto zathrasc@gmail.com wrote:

Build number bottom left, always visible. Build incremented on any code change.

Version, shown at startup (eg Alpha 0.3B) and in debug log every time parsing thread runs (eg Masterchest Wallet Alpha 0.3b starting scanning) or similar.

I need to do versioning better, especially for the library - but as with many things there are lots of things I'd like to do and not always enough time to do them all!!!

Thanks Zathras

On Wed, Mar 19, 2014 at 12:36 PM, Ron Gross notifications@github.comwrote:

What are build/version numbers? Which show up where?

Reply to this email directly or view it on GitHubhttps://github.com/zathras-crypto/masterchest-wallet/issues/42 .