Skip to content

Commit

Permalink
use tags for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanminet committed Nov 29, 2016
1 parent 2d63c32 commit a7b05bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -76,7 +76,7 @@ TCP_SERVER_DIR = $(TMP)/$(NAME).koheron-server
TCP_SERVER = $(TCP_SERVER_BUILD)/kserverd
DRIVERS_YML = $(TMP)/$(NAME).drivers.yml

TCP_SERVER_VERSION = v0.12
TCP_SERVER_VERSION = v0.12.0
TCP_SERVER_VENV = $(TMP)/koheron_server_venv
PYTHON=$(TCP_SERVER_VENV)/bin/python

Expand Down
2 changes: 1 addition & 1 deletion os/scripts/ubuntu.sh
Expand Up @@ -2,7 +2,7 @@ device=$1
name=$2
version=$3

koheron_python_branch=v0.12
koheron_python_branch=v0.12.0

config_dir=os
http_app_dir=tmp/app
Expand Down

0 comments on commit a7b05bb

Please sign in to comment.