Browse Source

Bump version. rem_pio2 is no longer exported from openlibm
https://github.com/JuliaLang/julia/issues/5365

Viral B. Shah 10 years ago
parent
commit
da6c9c1805
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Make.inc

+ 1 - 1
Make.inc

@@ -1,7 +1,7 @@
 # -*- mode: makefile-gmake -*-
 # -*- mode: makefile-gmake -*-
 
 
 OS := $(shell uname)
 OS := $(shell uname)
-VERSION = 0.3
+VERSION = 0.4
 VERSION_SPLIT = $(subst ., , $(VERSION))
 VERSION_SPLIT = $(subst ., , $(VERSION))
 DESTDIR =
 DESTDIR =
 prefix = /usr/local
 prefix = /usr/local