Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-dev committed Dec 3, 2015
1 parent b9d84b7 commit 512ba46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ script:
- cmake ../
- make
- cd ..
- cd ..
- ls

notifications:
Expand Down
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const struct version_info version_info = {
.product_name = "STMBL",
.major = 0,
.minor = 9,
.patch = 7
.patch = 8
};

0 comments on commit 512ba46

Please sign in to comment.