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

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2011-12-13 20:17:43 +0400
committerjfrijters <jfrijters>2011-12-13 20:17:43 +0400
commitde08b2c13233d908d8da6a32c9f46f7e233434c9 (patch)
tree8f77f6e3dfa69eca99a2b6b5a9a1ba441254f135 /openjdk/AssemblyInfo.java.in
parent5c14302763149c87f28e1625b5f447ea35b74834 (diff)
Added AssemblyInformationalVersionAttribute to OpenJDK assemblies (to set the "Product Version"). Part of patch #3458997.
Diffstat (limited to 'openjdk/AssemblyInfo.java.in')
-rw-r--r--openjdk/AssemblyInfo.java.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openjdk/AssemblyInfo.java.in b/openjdk/AssemblyInfo.java.in
index 6521b3bb..ca079f26 100644
--- a/openjdk/AssemblyInfo.java.in
+++ b/openjdk/AssemblyInfo.java.in
@@ -51,6 +51,7 @@
@cli.System.Reflection.AssemblyTitleAttribute.Annotation("IKVM.NET OpenJDK Library for .NET")
@cli.System.Reflection.AssemblyProductAttribute.Annotation("IKVM.NET")
@cli.System.Reflection.AssemblyCompanyAttribute.Annotation("Jeroen Frijters")
+@cli.System.Reflection.AssemblyInformationalVersionAttribute.Annotation("@VERSION@")
@cli.System.Runtime.CompilerServices.InternalsVisibleToAttribute.Annotation("@RUNTIME@")