Merge pull request #52 from JuliaLang/release

Bump version to 0.3
This commit is contained in:
Elliot Saba 2014-04-20 05:15:39 +08:00
commit 516b4f4222
1 changed files with 1 additions and 1 deletions

View File

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