Skip to content

Commit 60ad28a

Browse files
committed
Release 2.1.0
1 parent 9e76bef commit 60ad28a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libmamba/include/mamba/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
2424

2525
// Binary version
26-
#define LIBMAMBA_BINARY_CURRENT 2
26+
#define LIBMAMBA_BINARY_CURRENT 3
2727
#define LIBMAMBA_BINARY_REVISION 0
2828
#define LIBMAMBA_BINARY_AGE 0
2929

libmamba/include/mamba/version.hpp.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
2424

2525
// Binary version
26-
#define LIBMAMBA_BINARY_CURRENT 2
26+
#define LIBMAMBA_BINARY_CURRENT 3
2727
#define LIBMAMBA_BINARY_REVISION 0
2828
#define LIBMAMBA_BINARY_AGE 0
2929

0 commit comments

Comments
 (0)