Skip to content

Commit

Permalink
Minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Dec 25, 2017
1 parent 846c708 commit 5e8d3f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@ If your project can be built with `sakemake`, you are hereby awarded this badge

## General info

* Version: 1.5
* Version: 1.6
* Author: Alexander F Rødseth <xyproto@archlinux.org>
* License: MIT
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pkgdir ?= pkg
all: build

version:
@echo sakemake 1.5
@echo sakemake 1.6
@make --version | head -1
@scons --version | head -2

Expand Down
2 changes: 1 addition & 1 deletion src/sakemake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SAKEMAKE_DIR="@@PREFIX@@/share/sakemake"
if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
cat <<dog
sakemake 1.5
sakemake 1.6
sm test - build and run tests
sm run - build and run
Expand Down

0 comments on commit 5e8d3f1

Please sign in to comment.