Commit ff0905a2e3ace8a45a2c9dde42a6f993e35b2f0c

Authored by Athos
1 parent cb6240cd
Exists in master

Update version and branch

Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com>
Signed-off-by: Diego Araújo <diegoamc90@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Makefile
1 1 NAME = kalibro-processor
2   -VERSION = 0.10.0
  2 +VERSION = 1.0
3 3 TARBALL = $(NAME)-deps-$(VERSION).tar.gz
4 4 PREFIX = /usr
5 5 WGET = wget
6   -BRANCH = v0.10.0
  6 +BRANCH = v1.1.5
7 7 BUNDLE_OPTS = --verbose --without='development test cucumber'
8 8  
9 9 all:
... ...