• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãoa28175adc586f8b32920f9c2c98de4cc53af5f68 (tree)
Hora2013-11-02 12:06:01
AutorHMML <hmml3939@gmai...>
CommiterHMML

Mensagem de Log

Update version for alpha release.

Mudança Sumário

Diff

--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
1-VERSION=0.0.poc4
1+VERSION=0.1.0
22 RELDIR=MMM-GraphEditor-$(VERSION)
33
44 dist:
55 rm -rf $(RELDIR)
66 mkdir -p $(RELDIR)
7- cp -a README.asciidoc.txt MMM_GraphEditor/bin/x86/Debug/MMM_GraphEditor.dll $(RELDIR)
7+ cp -a README.asciidoc.txt MMM_GraphEditor/bin/x86/Release/MMM_GraphEditor.dll $(RELDIR)
88 asciidoc -b html5 -o $(RELDIR)/README.html README.asciidoc.txt
99 zip -9r $(RELDIR).zip $(RELDIR)