Skip to content

Commit

Permalink
build v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunquedong committed Aug 26, 2021
1 parent 6553d03 commit 06f2e4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler/javaEmit/fanx/tools/Fan.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
public class Fan
{
final static String version = "3.4";
final static String version = "4.0";
//////////////////////////////////////////////////////////////////////////
// Execute
//////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ChangeLog

### Build 4.0 (working)
### Build 4.0 (2021-08-26)
- new fanx compiler
- fix fanrun vm and genc
- std pod JNI like code
Expand Down
4 changes: 2 additions & 2 deletions env/etc/build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ javacParams=-source 8 -target 8
// build output dir; default is Env.cur.workDir
//devHome=/Users/yangjiandong/workspace/code/fanCore/devEnv/

//jdkHome=/C:/Program Files/Java/jdk-15.0.1/
jdkHome=/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/
jdkHome=/C:/Program Files/Java/jdk-15.0.1/
//jdkHome=/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/
//jdkHome=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/

0 comments on commit 06f2e4d

Please sign in to comment.