Commit 253ca825 authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

version bump to 1.1.0

parent e9dd31d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)


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

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