Skip to content

Commit 74b87b3

Browse files
committed
Build 1.0.76
1 parent 7855f42 commit 74b87b3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

etc/build/config.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//
1212

1313
// default version used by build scripts
14-
buildVersion=1.0.75
14+
buildVersion=1.0.76
1515

1616
// Must be configured boot build in substitute/release installation
1717
//devHome=file:/E:/fan/

src/doc/docIntro/doc/ChangeLog.fandoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
** license: Licensed under the Academic Free License version 3.0
77
**************************************************************************
88

9-
*Build 1.0.76 (working)*
9+
*Build 1.0.76 (10 May 2021)*
1010
- Allow This to be in any func param position as method param
1111
- Allow once methods to be used on const classes
1212
- Add once as new fcode bitmask flag 0x80000
@@ -16,6 +16,8 @@
1616
- domkit: SashBox.onSashResize
1717
- WebClient.authBasic
1818
- Minor enhancements to compilerDoc APIs
19+
- #2488: Javascript - No warnings on func params
20+
- #2820: Proposal: once methods on const classes
1921

2022
*Build 1.0.75 (24 Aug 2020)*
2123
- Move repo from BitBucket to GitHub

src/doc/docLang/doc/Env.fandoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ the working directory. Or it can specify additional directories in the
9595
path with the property 'path' key:
9696

9797
// location of fan.props is always implicitly first in path (working dir)
98-
path=/dir-a/:/dir-b/
98+
path=/dir-a/;/dir-b/
9999

100100
The "fan.props" file can also be used to override specific environment
101101
variables when working under that specific directory using keys prefixed

src/sys/java/fanx/tools/Fan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static void cleanup()
218218
static void version(String progName)
219219
{
220220
println(progName);
221-
println("Copyright (c) 2006-2020, Brian Frank and Andy Frank");
221+
println("Copyright (c) 2006-2021, Brian Frank and Andy Frank");
222222
println("Licensed under the Academic Free License version 3.0");
223223
println("");
224224
println("Java Runtime:");

0 commit comments

Comments
 (0)