From ce7439b894672782fc284f5515f741e5a75d313d Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 23 May 2016 13:53:34 +0000 Subject: - Update to 0.5.1 PR: 209713 Submitted by: Iblis Lin (maintainer) --- math/openlibm/files/patch-Make.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'math/openlibm/files/patch-Make.inc') 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 -- cgit v1.2.3