Skip to content

Commit

Permalink
Added a lock to fix a multithreading issue when starting up under stress
Browse files Browse the repository at this point in the history
  • Loading branch information
eswann committed Jul 31, 2014
1 parent 67e0942 commit 0a2212b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fpr/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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.10.0.*")]
[assembly: AssemblyFileVersion("1.10.0.*")]
[assembly: AssemblyVersion("1.10.1.*")]
[assembly: AssemblyFileVersion("1.10.1.*")]
[assembly: InternalsVisibleTo("Fpr.Tests")]

0 comments on commit 0a2212b

Please sign in to comment.