Skip to content

Commit

Permalink
Bump launcher version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Dec 16, 2024
1 parent c2e486b commit a2d9c1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion nb/ide.launcher/windows/netbeans.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="101.1.0.0"
<assemblyIdentity version="101.2.0.0"
processorArchitecture="x86"
name="netbeans.exe"
type="win32"/>
Expand Down
2 changes: 1 addition & 1 deletion nb/ide.launcher/windows/netbeans64.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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="101.1.0.0"
<assemblyIdentity version="101.2.0.0"
processorArchitecture="x86"
name="netbeans64.exe"
type="win32"/>
Expand Down
6 changes: 3 additions & 3 deletions nb/ide.launcher/windows/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

#define COMPANY ""
#define COMPONENT "Apache NetBeans IDE Launcher"
#define VER "101.1.0.0"
#define FVER 101,1,0,0
#define BUILD_ID "101100"
#define VER "101.2.0.0"
#define FVER 101,2,0,0
#define BUILD_ID "101200"
#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 "Apache NetBeans IDE Launcher"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="101.1.0.0"
<assemblyIdentity version="101.2.0.0"
processorArchitecture="X86"
name="nbexec.exe"
type="win32"/>
Expand Down
6 changes: 3 additions & 3 deletions platform/o.n.bootstrap/launcher/windows/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

#define COMPANY ""
#define COMPONENT "Apache NetBeans Platform Launcher"
#define VER "101.1.0.0"
#define FVER 101,1,0,0
#define BUILD_ID "101100"
#define VER "101.2.0.0"
#define FVER 101,2,0,0
#define BUILD_ID "101200"
#define INTERNAL_NAME "nbexec"
#define COPYRIGHT "Based on Apache NetBeans from the Apache Software Foundation and is licensed under Apache License Version 2.0"
#define NAME "Apache NetBeans Platform Launcher"
Expand Down

0 comments on commit a2d9c1a

Please sign in to comment.