about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-02-10 07:24:08 +0100
committernfnty <git@nfnty.se>2017-02-10 07:24:08 +0100
commitc989ca66b64b202e3ab1087319acae8575f34ece (patch)
tree50b57127e9137b55d7530f8ccb36b6a3e7d76a9c /Makefile
parentbd44cd7539fe018c1453dee8ff3de72f98515259 (diff)
downloadranger-c989ca66b64b202e3ab1087319acae8575f34ece.tar.gz
Beta release 1.9.0b1 v1.9.0b1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df1189a5..424bbe18 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # License: GNU GPL version 3, see the file "AUTHORS" for details.
 
 NAME = ranger
-VERSION = $(shell grep -m 1 -o '[0-9][0-9.]\+' README.md)
+VERSION = $(shell grep -m 1 -o '[0-9][0-9.]\+\S*' README.md)
 NAME_RIFLE = rifle
 VERSION_RIFLE = $(VERSION)
 SNAPSHOT_NAME ?= $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar.gz