Skip to content

Commit

Permalink
prep for 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidar committed Dec 29, 2009
1 parent a65c619 commit 67487a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.2dev
VERSION := 0.2

.PHONY: all doc doc-pdf doc-zip check demo clean distclean

Expand Down
2 changes: 1 addition & 1 deletion lljvm-cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import os
import sys
import subprocess

__version__ = '0.2dev'
__version__ = '0.2'

# LLJVM root directory
lljvm_dir = os.path.abspath(os.path.dirname(sys.argv.pop(0)))
Expand Down

0 comments on commit 67487a7

Please sign in to comment.