Commit 98e07f3d21a4ce6fad4dc0354d7b4fd58a81504c

Authored by Athos
1 parent cfbe1b9c
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-configurations
2   -VERSION = 1.0
  2 +VERSION = 1.1
3 3 TARBALL = $(NAME)-deps-$(VERSION).tar.gz
4 4 PREFIX = /usr
5 5 WGET = wget
6   -BRANCH = v1.2.3
  6 +BRANCH = v1.2.5
7 7 BUNDLE_OPTS = --verbose --without='development test cucumber'
8 8  
9 9 all:
... ...