Skip to content

Commit

Permalink
Merge pull request #4719 from sysown/v3.0-bump_version_to_3.0.1
Browse files Browse the repository at this point in the history
V3.0 bump version to 3.0.1
  • Loading branch information
mirostauder authored Oct 15, 2024
2 parents cad9d8d + ff22260 commit 596d5ba
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 ?= 3.0.0
CURVER ?= 3.0.1
#export DEBUG
#export EXTRALINK
export MAKE
Expand Down

0 comments on commit 596d5ba

Please sign in to comment.