Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 1a66cc9

Browse files
committed
update precompiled binaries and bump build number
1 parent d26dd8c commit 1a66cc9

18 files changed

+4
-5
lines changed

bin/Boo.Lang.CodeDom.dll

0 Bytes
Binary file not shown.

bin/Boo.Lang.Compiler.dll

4 KB
Binary file not shown.

bin/Boo.Lang.Extensions.dll

0 Bytes
Binary file not shown.

bin/Boo.Lang.Interpreter.dll

4 KB
Binary file not shown.

bin/Boo.Lang.Parser.dll

4 KB
Binary file not shown.

bin/Boo.Lang.PatternMatching.dll

0 Bytes
Binary file not shown.

bin/Boo.Lang.Useful.dll

0 Bytes
Binary file not shown.

bin/Boo.Lang.dll

12 KB
Binary file not shown.

bin/Boo.Microsoft.Build.targets

100755100644
File mode changed.

bin/Boo.NAnt.Tasks.dll

100755100644
0 Bytes
Binary file not shown.

bin/booc.exe

100755100644
0 Bytes
Binary file not shown.

bin/booc.exe.config

100755100644
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<NetFx40_LegacySecurityPolicy enabled="true" />
44
</runtime>
55
<startup>
6-
<supportedRuntime version="v4.0.30319" />
7-
<supportedRuntime version="v2.0.50727" />
8-
<supportedRuntime version="v1.1.4322" />
6+
<supportedRuntime version="v2.0.50727"/>
7+
<supportedRuntime version="v1.1.4322"/>
98
</startup>
109
</configuration>

bin/booi.exe

100755100644
0 Bytes
Binary file not shown.

bin/booi.exe.config

100755100644
File mode changed.

bin/booish.exe

100755100644
0 Bytes
Binary file not shown.

bin/booish.exe.config

100755100644
File mode changed.

default.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project name="boo" default="all">
33

44
<property name="boo.major.minor.release.version" value="0.9.5" />
5-
<property name="boo.build.number" value="4" />
5+
<property name="boo.build.number" value="5" />
66
<property name="boo.version" value="${boo.major.minor.release.version}.${boo.build.number}" dynamic="True" />
77
<property name="boo.assembly.version" value="2.${boo.major.minor.release.version}" />
88

src/Boo.Lang/Builtins.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static System.Version BooVersion
4949
{
5050
get
5151
{
52-
return new System.Version("0.9.5.1");
52+
return new System.Version("0.9.5.5");
5353
}
5454
}
5555

0 commit comments

Comments
 (0)