Commit 5b6c2555 authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

version bump and change log update

parent f10f8ced
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line

* version 1.0.9 (Apr 9, 2020)
- [MM] updates to bgr subtraction

* version 1.0.8 (Apr 7, 2020)
- [MM] test version of direct bgr subtraction
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)

export VERSION_MAJOR=1
export VERSION_MINOR=0
export VERSION_RELEASE=8
export VERSION_RELEASE=9

git_rev=$(shell git rev-parse --short HEAD 2> /dev/null)
ifeq "$(git_rev)" ""