File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
platform/o.n.bootstrap/launcher/windows Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020
2121-->
2222<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
23- <assemblyIdentity version =" 101.1 .0.0"
23+ <assemblyIdentity version =" 101.2 .0.0"
2424 processorArchitecture =" x86"
2525 name =" netbeans.exe"
2626 type =" win32" />
Original file line number Diff line number Diff line change 2222<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
2323<!-- Use processorArchitecture="x86", which is the value used by the 64-bit
2424 javaw.exe on Java 10.0.2 and Java 11ea. -->
25- <assemblyIdentity version =" 101.1 .0.0"
25+ <assemblyIdentity version =" 101.2 .0.0"
2626 processorArchitecture =" x86"
2727 name =" netbeans64.exe"
2828 type =" win32" />
Original file line number Diff line number Diff line change 1919
2020#define COMPANY ""
2121#define COMPONENT "Apache NetBeans IDE Launcher"
22- #define VER "101.1 .0.0"
23- #define FVER 101,1 ,0,0
24- #define BUILD_ID "101100 "
22+ #define VER "101.2 .0.0"
23+ #define FVER 101,2 ,0,0
24+ #define BUILD_ID "101200 "
2525#define INTERNAL_NAME "netbeans"
2626#define COPYRIGHT "Based on Apache NetBeans from the Apache Software Foundation and is licensed under Apache License Version 2.0"
2727#define NAME "Apache NetBeans IDE Launcher"
Original file line number Diff line number Diff line change 2020
2121-->
2222<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
23- <assemblyIdentity version =" 101.1 .0.0"
23+ <assemblyIdentity version =" 101.2 .0.0"
2424 processorArchitecture =" X86"
2525 name =" nbexec.exe"
2626 type =" win32" />
Original file line number Diff line number Diff line change 1919
2020#define COMPANY ""
2121#define COMPONENT "Apache NetBeans Platform Launcher"
22- #define VER "101.1 .0.0"
23- #define FVER 101,1 ,0,0
24- #define BUILD_ID "101100 "
22+ #define VER "101.2 .0.0"
23+ #define FVER 101,2 ,0,0
24+ #define BUILD_ID "101200 "
2525#define INTERNAL_NAME "nbexec"
2626#define COPYRIGHT "Based on Apache NetBeans from the Apache Software Foundation and is licensed under Apache License Version 2.0"
2727#define NAME "Apache NetBeans Platform Launcher"
You can’t perform that action at this time.
0 commit comments