README.md: add note about semantic versioning

This commit is contained in:
Robert Edmonds 2014-03-26 15:31:03 -04:00
parent 6ea3b7c39f
commit 0429d675c1

View File

@ -34,6 +34,10 @@ This will place compiler flags in the `PROTOBUF_C_CFLAGS` variable and linker fl
Note that the `protobuf-c` header file was installed as `google/protobuf-c/protobuf-c.h` in previous versions. A compatibility symlink has been left in place to avoid breaking existing code.
## Versioning
`protobuf-c` follows the [Semantic Versioning Specification](http://semver.org/).
## Contributing
Please send patches to the [protobuf-c mailing list](https://groups.google.com/forum/#!forum/protobuf-c) or by opening a GitHub pull request.