Skip to content

Commit

Permalink
preparing for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen.swensen committed Apr 13, 2012
1 parent 0460e9f commit 88bf43e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FsEye/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("1.0.0.0")>] //the fourth position is for beta release numbers
[<assembly: AssemblyFileVersion("1.0.0.0")>]
[<assembly: AssemblyVersion("1.0.1.*")>] //the fourth position is for beta release numbers
[<assembly: AssemblyFileVersion("1.0.1.*")>]

()
2 changes: 1 addition & 1 deletion FsEye/Forms/WatchForm.fs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ open System.Reflection
type WatchForm() as this =
inherit Form(
Icon = IconResource.FsEye.Icon,
Text = "FsEye by Stephen Swensen",
Text = "FsEye v1.0.1 by Stephen Swensen",
Size = (
let size = SystemInformation.PrimaryMonitorSize
System.Drawing.Size((2 * size.Width) / 3, size.Height / 2)
Expand Down
4 changes: 2 additions & 2 deletions Utils/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("0.0.0.2")>] //the fourth position is for beta release numbers
[<assembly: AssemblyFileVersion("0.0.0.2")>]
[<assembly: AssemblyVersion("1.0.0.*")>] //the fourth position is for beta release numbers
[<assembly: AssemblyFileVersion("1.0.0.*")>]

()

0 comments on commit 88bf43e

Please sign in to comment.