Skip to content

Commit 3438b3c

Browse files
committed
version update
1 parent 1b22024 commit 3438b3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG-fsharp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.0.1.3
2+
* Integrate Microsoft\visualfsharp to 688c26bdbbfc766326fc45e4d918f87fcba1e7ba. F# 4.1 work
3+
* [Inlined function causes "FS0078: Unable to find the file"](https://github.com/fsharp/fsharp/issues/584)
4+
15
4.0.1.2
26
* Integrate Microsoft\visualfsharp to 5d8126a. F# 4.1 work
37
* FCS API integration and alignment

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.2'
3+
$version = '4.0.1.3'
44

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

0 commit comments

Comments
 (0)