Skip to content

Commit

Permalink
update change file with date. Update Makefile for new github URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
petermichaux committed Jul 25, 2013
1 parent 1a0c4cb commit 17ac113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
@@ -1,5 +1,5 @@
1.1.0 - [date]
--------------
1.1.0 - July 25, 2013
---------------------
* development builds in maria-debug.js and maria-amd-debug.js
* constructor functions have a superConstructor property

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -129,7 +129,7 @@ lib/compiler:
lib/jsdoc:
mkdir -p tmp/jsdoc
cd tmp/jsdoc && \
curl curl -O https://nodeload.github.com/jsdoc3/jsdoc/tar.gz/v3.1.1 --output jsdoc-3.1.1.tar.gz && \
curl https://codeload.github.com/jsdoc3/jsdoc/tar.gz/v3.1.1 --output jsdoc-3.1.1.tar.gz && \
tar xvzf jsdoc-3.1.1.tar.gz
mkdir -p lib
mv tmp/jsdoc/jsdoc-3.1.1 lib/jsdoc
Expand Down

0 comments on commit 17ac113

Please sign in to comment.