Revision c15e41ac

b/Makefile
1 1
flowspytag = $(shell git describe --abbrev=0)
2
flowspyver = $(shell git describe --abbrev=0 | egrep -o '([0-9]+\.){1,10}[0-9]+')
2
flowspyver = $(shell git describe --abbrev=0 | egrep -o '([0-9]+\.){1,10}[0-9]+' | sed -e 's/\./_/g')
3 3
name   	   = $(shell basename $(shell pwd))
4 4

  
5 5
.PHONY: dist distclean

Also available in: Unified diff