Skip to content

Commit

Permalink
Merge pull request #4667 from sysown/v2.7-bump_version_to_2.7.2
Browse files Browse the repository at this point in the history
bump version to 2.7.2 at the beginning of the development cycle
  • Loading branch information
renecannao authored Sep 25, 2024
2 parents 2726c27 + d752949 commit 473d14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ O3 := -O3 -mtune=native
ALL_DEBUG := $(O0) -ggdb -DDEBUG
NO_DEBUG := $(O2) -ggdb
DEBUG := $(ALL_DEBUG)
CURVER ?= 2.7.1
CURVER ?= 2.7.2
#export DEBUG
#export EXTRALINK
export MAKE
Expand Down

0 comments on commit 473d14c

Please sign in to comment.