We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995842c commit 22d3ca1Copy full SHA for 22d3ca1
common.mk
@@ -34,7 +34,7 @@ OPT += -DUSE_OMP
34
DISTNAME:=Corrfunc
35
MAJOR:=2
36
MINOR:=5
37
-PATCHLEVEL:=2
+PATCHLEVEL:=3
38
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
39
ABI_COMPAT_VERSION:=$(MAJOR).0
40
# Whenever conda needs to be checked again
utils/defs.h
@@ -21,7 +21,7 @@
21
extern "C" {
22
#endif
23
24
-#define API_VERSION STR("2.5.2")
+#define API_VERSION STR("2.5.3")
25
26
/* Macros as mask for the binning_flags */
27
/* These consititute the 32 bytes for
0 commit comments