Skip to content

Commit 849e306

Browse files
committed
update version
1 parent 6fa5004 commit 849e306

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGES.txt renamed to CHANGELOG-fsharp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.0.1.1
2+
* Integrate Microsoft\visualfsharp to 8111c63. See CHANGELOG-visualfsharp.md for changes from Microsoft\visualfsharp
3+
* 04cd959 - fix problem with loop optimization
4+
* d995c59 - Assume we are inside XBuild when 4.5/Mono.Posix.dll exists
5+
* Fix [#483](https://github.com/fsharp/fsharp/issues/483) - Call to Type.GetType for a missing type causes FSI on Mono to produce an erroneous error
6+
17
4.0.0.4
28
* Integrate Microsoft\visualfsharp to 2d413fb94. See CHANGELOG.md for changes from Microsoft\visualfsharp
39

File renamed without changes.

appveyor.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# the version under development, update after a release
3-
$version = '4.0.1.1'
3+
$version = '4.0.1.2'
44

55
function isVersionTag($tag){
66
$v = New-Object Version

0 commit comments

Comments
 (0)