mirror of https://github.com/mamba-org/mamba.git
Linting
This commit is contained in:
parent
bca8ca1078
commit
f9ed983907
|
@ -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).
|
||||
|
|
|
@ -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[];
|
||||
|
|
Loading…
Reference in New Issue