Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-04-03 21:12:41 +0300
committerMarek Safar <marek.safar@gmail.com>2016-04-04 14:48:43 +0300
commitc10e61a62ebc5110c26e2d8dfeffc3390bee55fa (patch)
treed12b28decbc1451ea34ce1465e27f106443b85ae /mcs/class/Mono.C5
parent196497780f01da0d275fafa1524bc2100459ee27 (diff)
[Mono.C5] Make test output deterministic
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Test/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.C5/Test/AssemblyInfo.cs b/mcs/class/Mono.C5/Test/AssemblyInfo.cs
index 485639075e7..2e7e70305ae 100644
--- a/mcs/class/Mono.C5/Test/AssemblyInfo.cs
+++ b/mcs/class/Mono.C5/Test/AssemblyInfo.cs
@@ -47,7 +47,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
//
// In order to sign your assembly you must specify a key to use. Refer to the