Skip to content

Commit 22d3ca1

Browse files
committed
Forgot to actually update the version number in the code
1 parent 995842c commit 22d3ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OPT += -DUSE_OMP
3434
DISTNAME:=Corrfunc
3535
MAJOR:=2
3636
MINOR:=5
37-
PATCHLEVEL:=2
37+
PATCHLEVEL:=3
3838
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
3939
ABI_COMPAT_VERSION:=$(MAJOR).0
4040
# Whenever conda needs to be checked again

utils/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
extern "C" {
2222
#endif
2323

24-
#define API_VERSION STR("2.5.2")
24+
#define API_VERSION STR("2.5.3")
2525

2626
/* Macros as mask for the binning_flags */
2727
/* These consititute the 32 bytes for

0 commit comments

Comments
 (0)