This commit is contained in:
Mariana Meireles 2020-08-13 19:46:57 +02:00
parent bca8ca1078
commit f9ed983907
2 changed files with 3 additions and 2 deletions

View File

@ -10,4 +10,4 @@ we are here to help awesome pull requests over the finish line.
Please note we have a code of conduct, and follow it in all your interactions with the project.
We follow the [NumFOCUS code of conduct](https://numfocus.org/code-of-conduct).
We follow the [NumFOCUS code of conduct](https://numfocus.org/code-of-conduct).

View File

@ -13,7 +13,8 @@
#define MAMBA_BINARY_REVISION 0
#define MAMBA_BINARY_AGE 0
#define MAMBA_VERSION (MAMBA_VERSION_MAJOR * 10000 + MAMBA_VERSION_MINOR * 100 + MAMBA_VERSION_PATCH)
#define MAMBA_VERSION \
(MAMBA_VERSION_MAJOR * 10000 + MAMBA_VERSION_MINOR * 100 + MAMBA_VERSION_PATCH)
#define MAMBA_VERSION_STRING "0.4.4"
extern const char mamba_version[];