diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-05-23 13:53:34 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-05-23 13:53:34 +0000 |
commit | ce7439b894672782fc284f5515f741e5a75d313d (patch) | |
tree | 61241003e5178dc32b5fbfc7f22f44b939902223 /math/openlibm/files/patch-Make.inc | |
parent | devel/creduce: update to 2.5.0 (diff) |
- Update to 0.5.1
PR: 209713
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=415720
Diffstat (limited to 'math/openlibm/files/patch-Make.inc')
-rw-r--r-- | math/openlibm/files/patch-Make.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/openlibm/files/patch-Make.inc b/math/openlibm/files/patch-Make.inc index 0b0ad6e03c46..3ade339dd716 100644 --- a/math/openlibm/files/patch-Make.inc +++ b/math/openlibm/files/patch-Make.inc @@ -1,13 +1,13 @@ ---- Make.inc.orig 2016-03-11 16:57:11 UTC +--- Make.inc.orig 2016-05-23 11:57:41 UTC +++ Make.inc @@ -3,11 +3,11 @@ OS := $(shell uname) # Do not forget to bump SOMINOR when changing VERSION, # and SOMAJOR when breaking ABI in a backward-incompatible way --VERSION = 0.5-dev -+VERSION = 0.5 +-VERSION = 0.5.1-dev ++VERSION = 0.5.1 SOMAJOR = 2 - SOMINOR = 1 + SOMINOR = 2 DESTDIR = -prefix = /usr/local +prefix ?= /usr/local |