Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Hi gocv team,
Thanks a lot for your amazing work!
Your release note states that your latest version (0.29.0) updates to OpenCV **4.5.4** but the makefile opencv version var was not updated accordingly.
Also the GOCV_VERSION var does not seems up to date.
  • Loading branch information
bench authored and deadprogram committed Jan 5, 2022
1 parent b383fb2 commit 8fe4fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.PHONY: test deps download build clean astyle cmds docker

# GoCV version to use.
GOCV_VERSION?="v0.26.0"
GOCV_VERSION?="v0.29.0"

# OpenCV version to use.
OPENCV_VERSION?=4.5.3
OPENCV_VERSION?=4.5.4

# Go version to use when building Docker image
GOVERSION?=1.16.2
Expand Down

0 comments on commit 8fe4fc7

Please sign in to comment.