This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch release110
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/release110 by this push:
     new 8a2046c  [NETBEANS-2303] Update version number on Windows Launchers
8a2046c is described below

commit 8a2046cf9c607f6d25ab3cf001986ba3e48f0263
Author: Laszlo Kishalmi <laszlo.kisha...@gmail.com>
AuthorDate: Sun Mar 24 12:32:05 2019 -0700

    [NETBEANS-2303] Update version number on Windows Launchers
---
 harness/apisupport.harness/windows-launcher-src/app.exe.manifest | 2 +-
 nb/ide.launcher/windows/netbeans.exe.manifest                    | 2 +-
 nb/ide.launcher/windows/netbeans64.exe.manifest                  | 2 +-
 nb/ide.launcher/windows/version.h                                | 6 +++---
 platform/o.n.bootstrap/launcher/windows/nbexec.exe.manifest      | 2 +-
 platform/o.n.bootstrap/launcher/windows/version.h                | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/harness/apisupport.harness/windows-launcher-src/app.exe.manifest 
b/harness/apisupport.harness/windows-launcher-src/app.exe.manifest
index 26921b3..7fbc5b2 100644
--- a/harness/apisupport.harness/windows-launcher-src/app.exe.manifest
+++ b/harness/apisupport.harness/windows-launcher-src/app.exe.manifest
@@ -20,7 +20,7 @@
 
 -->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity version="9.0.0.0"
+<assemblyIdentity version="11.0.0.0"
    processorArchitecture="x86"
    name="app.exe"
    type="win32"/>
diff --git a/nb/ide.launcher/windows/netbeans.exe.manifest 
b/nb/ide.launcher/windows/netbeans.exe.manifest
index 71b1164..e6ce8a6 100644
--- a/nb/ide.launcher/windows/netbeans.exe.manifest
+++ b/nb/ide.launcher/windows/netbeans.exe.manifest
@@ -20,7 +20,7 @@
 
 -->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity version="9.0.0.0"
+<assemblyIdentity version="11.0.0.0"
    processorArchitecture="x86"
    name="netbeans.exe"
    type="win32"/>
diff --git a/nb/ide.launcher/windows/netbeans64.exe.manifest 
b/nb/ide.launcher/windows/netbeans64.exe.manifest
index 3f7dc6eb..c884123 100644
--- a/nb/ide.launcher/windows/netbeans64.exe.manifest
+++ b/nb/ide.launcher/windows/netbeans64.exe.manifest
@@ -22,7 +22,7 @@
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <!-- Use processorArchitecture="x86", which is the value used by the 64-bit
      javaw.exe on Java 10.0.2 and Java 11ea. -->
-<assemblyIdentity version="9.0.0.0"
+<assemblyIdentity version="11.0.0.0"
    processorArchitecture="x86"
    name="netbeans64.exe"
    type="win32"/>
diff --git a/nb/ide.launcher/windows/version.h 
b/nb/ide.launcher/windows/version.h
index 3d8adef..0e17cf6 100644
--- a/nb/ide.launcher/windows/version.h
+++ b/nb/ide.launcher/windows/version.h
@@ -19,10 +19,10 @@
 
 #define COMPANY ""
 #define COMPONENT "NetBeans IDE"
-#define VER "9.0.0.0"
-#define FVER 9,0,0,0
+#define VER "11.0.0.0"
+#define FVER 11,0,0,0
 #define BUILD_ID "03062018"
 #define INTERNAL_NAME "netbeans"
 #define COPYRIGHT "Based on Apache NetBeans from the Apache Software 
Foundation and is licensed under Apache License Version 2.0"
-#define NAME "NetBeans IDE 9.0"
+#define NAME "NetBeans IDE 11.0"
 
diff --git a/platform/o.n.bootstrap/launcher/windows/nbexec.exe.manifest 
b/platform/o.n.bootstrap/launcher/windows/nbexec.exe.manifest
index cfc9190..fbcf8dd 100644
--- a/platform/o.n.bootstrap/launcher/windows/nbexec.exe.manifest
+++ b/platform/o.n.bootstrap/launcher/windows/nbexec.exe.manifest
@@ -20,7 +20,7 @@
 
 -->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity version="9.0.0.0"
+<assemblyIdentity version="11.0.0.0"
    processorArchitecture="X86"
    name="nbexec.exe"
    type="win32"/>
diff --git a/platform/o.n.bootstrap/launcher/windows/version.h 
b/platform/o.n.bootstrap/launcher/windows/version.h
index 63f0860..31cbde8 100644
--- a/platform/o.n.bootstrap/launcher/windows/version.h
+++ b/platform/o.n.bootstrap/launcher/windows/version.h
@@ -19,8 +19,8 @@
 
 #define COMPANY ""
 #define COMPONENT "NetBeans Platform Launcher"
-#define VER "9.0.0.0"
-#define FVER 9,0,0,0
+#define VER "11.0.0.0"
+#define FVER 11,0,0,0
 #define BUILD_ID "03062018"
 #define INTERNAL_NAME "nbexec"
 #define COPYRIGHT "Based on Apache NetBeans from the Apache Software 
Foundation and is licensed under Apache License Version 2.0"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to