Skip to content

Commit

Permalink
Let Makefile determine version number from PkgInfo.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Eckelkamp committed Jan 26, 2016
1 parent 4c24893 commit 71e17f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
VERSION := 1.5.0
SHELL := /bin/bash
VERSION := $(shell /usr/bin/env python2 -c 'from S3 import PkgInfo;print PkgInfo.version')
SPEC := s3cmd.spec
COMMIT := $(shell git rev-parse HEAD)
SHORTCOMMIT := $(shell git rev-parse --short=8 HEAD)
Expand Down

0 comments on commit 71e17f2

Please sign in to comment.