Skip to content

Commit

Permalink
Forgot to actually update the version number in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Aug 6, 2024
1 parent 995842c commit 22d3ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ OPT += -DUSE_OMP
DISTNAME:=Corrfunc
MAJOR:=2
MINOR:=5
PATCHLEVEL:=2
PATCHLEVEL:=3
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
ABI_COMPAT_VERSION:=$(MAJOR).0
# Whenever conda needs to be checked again
Expand Down
2 changes: 1 addition & 1 deletion utils/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
extern "C" {
#endif

#define API_VERSION STR("2.5.2")
#define API_VERSION STR("2.5.3")

/* Macros as mask for the binning_flags */
/* These consititute the 32 bytes for
Expand Down

0 comments on commit 22d3ca1

Please sign in to comment.