mirror of https://github.com/mamba-org/mamba.git
Release 2.1.0
This commit is contained in:
parent
9e76befe6e
commit
60ad28aa11
|
@ -23,7 +23,7 @@
|
|||
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
|
||||
|
||||
// Binary version
|
||||
#define LIBMAMBA_BINARY_CURRENT 2
|
||||
#define LIBMAMBA_BINARY_CURRENT 3
|
||||
#define LIBMAMBA_BINARY_REVISION 0
|
||||
#define LIBMAMBA_BINARY_AGE 0
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
|
||||
|
||||
// Binary version
|
||||
#define LIBMAMBA_BINARY_CURRENT 2
|
||||
#define LIBMAMBA_BINARY_CURRENT 3
|
||||
#define LIBMAMBA_BINARY_REVISION 0
|
||||
#define LIBMAMBA_BINARY_AGE 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue