Skip to content

Commit

Permalink
Makefile.defs: version set to 5.8.0-dev3
Browse files Browse the repository at this point in the history
- mark end of development for v5.8.x series
  • Loading branch information
miconda committed Feb 2, 2024
1 parent 03e60c8 commit 8c5e975
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 8
SUBLEVEL = 0
EXTRAVERSION = -dev2
EXTRAVERSION = -dev3

# memory manager switcher
# 0 - f_malloc (fast malloc)
Expand Down Expand Up @@ -2212,4 +2212,3 @@ export $(saved_chg_vars)

endif # ifneq ($(exported_vars),1)
endif # ifeq ($(makefile_defs),1)

0 comments on commit 8c5e975

Please sign in to comment.