File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- ===== 1.4 (2013-12-01 ) =====
1
+ ===== 1.4 (2013-12-03 ) =====
2
2
3
3
* Features/Changes
4
4
** Add missing primitives for OCaml 4.01
Original file line number Diff line number Diff line change @@ -61,5 +61,6 @@ realclean: clean
61
61
dist :
62
62
rm -rf /tmp/js_of_ocaml-${VERSION} && \
63
63
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
Original file line number Diff line number Diff line change 1
- 1.3.2
1
+ 1.4
You can’t perform that action at this time.
0 commit comments