Skip to content

Commit

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

## General info

* Version: 1.7
* Version: 1.8
* License: MIT
* Author: Alexander F Rødseth <[email protected]>
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.7
@echo sakemake 1.8
@make --version | head -1
@scons --version | head -2

Expand Down
4 changes: 2 additions & 2 deletions src/sakemake.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
SAKEMAKE_DIR="@@PREFIX@@/share/sakemake"
if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
cat <<dog
sakemake 1.7
cat << dog
sakemake 1.8
sm test - build and run tests
sm run - build and run
Expand Down

0 comments on commit 124a521

Please sign in to comment.