[cryptonite] define the versioning scheme for development

This commit is contained in:
Vincent Hanquez 2015-04-30 06:18:24 +01:00
parent db7c3bbb4f
commit 51fe4bc81d

View File

@ -16,6 +16,15 @@ higher level protocols or higher level implementation.
Documentation: [cryptonite on hackage](http://hackage.haskell.org/package/cryptonite)
Versioning
----------
Development versions are an incremental number prefixed by 0.
No specific meaning is associated with the versions, specially
no API stability.
Production versions : TBD
Coding Style
------------