From 124a521a3e4e6948a78888d8f63c79fc068abf7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=20R=C3=B8dseth?= Date: Tue, 26 Dec 2017 21:06:28 +0100 Subject: [PATCH] Minor release --- README.md | 2 +- src/Makefile | 2 +- src/sakemake.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5333633..a920038 100644 --- a/README.md +++ b/README.md @@ -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 <xyproto@archlinux.org> diff --git a/src/Makefile b/src/Makefile index 959ca48..979093c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 diff --git a/src/sakemake.in b/src/sakemake.in index 8908377..a7eef13 100644 --- a/src/sakemake.in +++ b/src/sakemake.in @@ -1,8 +1,8 @@ #!/bin/sh SAKEMAKE_DIR="@@PREFIX@@/share/sakemake" if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then - cat <