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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2011-01-11 23:54:52 +0300
committerSebastien Pouliot <sebastien@ximian.com>2011-01-11 23:54:52 +0300
commit204f5e6f2d8be832f0eb6acd8c33ca34476ae846 (patch)
tree09067b549c5f08ed384bb3522744ddf719e02ae0 /Mono.Profiler
parent51b62df8a0d57460e561148e17bc91f4a40b4b7b (diff)
Fix 'make distcheck' until 'distuninstallcheck'
* configure.in: Bump to 2.10, reorder to avoid warnings * Makefile.am: Add missing subdir * gendarme/Makefile.am: Remove (old) unneeded entries * gendarme/tools/unsupported/mapper/Makefile.am: Fix * Mono.Profiler/heap-snapshot-explorer/AssemblyInfo.cs: * Mono.Profiler/heap-snapshot-viewer/AssemblyInfo.cs: Fix compilation
Diffstat (limited to 'Mono.Profiler')
-rw-r--r--Mono.Profiler/heap-snapshot-explorer/AssemblyInfo.cs2
-rw-r--r--Mono.Profiler/heap-snapshot-viewer/AssemblyInfo.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mono.Profiler/heap-snapshot-explorer/AssemblyInfo.cs b/Mono.Profiler/heap-snapshot-explorer/AssemblyInfo.cs
index 2a38fb60..66b80b5f 100644
--- a/Mono.Profiler/heap-snapshot-explorer/AssemblyInfo.cs
+++ b/Mono.Profiler/heap-snapshot-explorer/AssemblyInfo.cs
@@ -21,7 +21,7 @@ using System.Runtime.CompilerServices;
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// If the build and revision are set to '*' they will be updated automatically.
-[assembly: AssemblyVersion("1.0.*.*")]
+[assembly: AssemblyVersion("1.0.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
diff --git a/Mono.Profiler/heap-snapshot-viewer/AssemblyInfo.cs b/Mono.Profiler/heap-snapshot-viewer/AssemblyInfo.cs
index be8bebd7..8f9a9517 100644
--- a/Mono.Profiler/heap-snapshot-viewer/AssemblyInfo.cs
+++ b/Mono.Profiler/heap-snapshot-viewer/AssemblyInfo.cs
@@ -21,7 +21,7 @@ using System.Runtime.CompilerServices;
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// If the build and revision are set to '*' they will be updated automatically.
-[assembly: AssemblyVersion("1.0.*.*")]
+[assembly: AssemblyVersion("1.0.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.