Commit 4de284b0ad9406f6c17476b01b08bfeb9e8015b6

Authored by MaxAlmeida
1 parent 993f3a53
Exists in master

Change tag in makefile

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -3,7 +3,7 @@ VERSION = 1.0 @@ -3,7 +3,7 @@ VERSION = 1.0
3 TARBALL = $(NAME)-deps-$(VERSION).tar.gz 3 TARBALL = $(NAME)-deps-$(VERSION).tar.gz
4 PREFIX = /usr 4 PREFIX = /usr
5 WGET = wget 5 WGET = wget
6 -BRANCH = v1.0.0 6 +BRANCH = v1.0.0.backport
7 BUNDLE_OPTS = --verbose --without='development test cucumber' 7 BUNDLE_OPTS = --verbose --without='development test cucumber'
8 8
9 all: 9 all: