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:
-rw-r--r--CommonAssemblyInfo.cs2
-rw-r--r--japi/japi-status.build2
-rw-r--r--jvm/JVM.il2
-rw-r--r--openjdk/openjdk.build2
4 files changed, 4 insertions, 4 deletions
diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs
index 2880a6e0..2ef4ff75 100644
--- a/CommonAssemblyInfo.cs
+++ b/CommonAssemblyInfo.cs
@@ -29,7 +29,7 @@ using System.Reflection;
[assembly: AssemblyCopyright("Copyright (C) 2002-2008 Jeroen Frijters")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("0.37.3187.0")]
+[assembly: AssemblyVersion("0.39.3240.0")]
#if SIGNCODE
#pragma warning disable 1699
diff --git a/japi/japi-status.build b/japi/japi-status.build
index 057bd21a..5a38f7d3 100644
--- a/japi/japi-status.build
+++ b/japi/japi-status.build
@@ -4,7 +4,7 @@
<property name="REFERENCE_API_JARS" value="c:\jdk1.6-x86\jre\lib\rt.jar c:\jdk1.6-x86\jre\lib\jce.jar c:\jdk1.6-x86\jre\lib\jsse.jar" />
<property name="REFERENCE_API_NAME" value="JDK-1.6" />
<property name="JAPI_HOME" value="c:\japi\japitools" />
- <property name="IKVM_VERSION" value="0.38" />
+ <property name="IKVM_VERSION" value="0.39" />
<target name="default">
<call target="status" />
diff --git a/jvm/JVM.il b/jvm/JVM.il
index ee87c654..001c91b9 100644
--- a/jvm/JVM.il
+++ b/jvm/JVM.il
@@ -23,7 +23,7 @@
*/
.assembly JVM
{
- .ver 0:37:0:0
+ .ver 0:39:0:0
}
.module JVM.DLL
diff --git a/openjdk/openjdk.build b/openjdk/openjdk.build
index 653c891c..4d3d4f69 100644
--- a/openjdk/openjdk.build
+++ b/openjdk/openjdk.build
@@ -68,7 +68,7 @@
<target name="core">
<exec program="${project::get-base-directory()}/../bin/ikvmc.exe" useruntimeengine="true">
- <arg value="-version:0.37.*" />
+ <arg value="-version:0.39.*" />
<arg value="${signoption}" />
<arg value="-compressresources" />
<arg value="-opt:fields" />