Skip to content

Commit b655086

Browse files
committed
Small changes before release
1 parent 31dc930 commit b655086

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
===== 1.4 (2013-12-01) =====
1+
===== 1.4 (2013-12-03) =====
22

33
* Features/Changes
44
** Add missing primitives for OCaml 4.01

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ realclean: clean
6161
dist:
6262
rm -rf /tmp/js_of_ocaml-${VERSION} &&\
6363
cd /tmp &&\
64-
darcs get http://ocsigen.org/darcs/js_of_ocaml/ js_of_ocaml-${VERSION} &&\
65-
tar zcvf js_of_ocaml-${VERSION}.tar.gz js_of_ocaml-${VERSION} --exclude benchmarks --exclude _darcs --exclude tests
64+
git clone https://github.com/ocsigen/js_of_ocaml.git js_of_ocaml-${VERSION} &&\
65+
(cd js_of_ocaml-${VERSION}; git checkout 1.4) &&\
66+
tar zcvf js_of_ocaml-${VERSION}.tar.gz js_of_ocaml-${VERSION} --exclude benchmarks --exclude .git --exclude tests

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.4

0 commit comments

Comments
 (0)