diff --git a/Ghidra/Framework/Utility/src/main/java/ghidra/framework/ApplicationProperties.java b/Ghidra/Framework/Utility/src/main/java/ghidra/framework/ApplicationProperties.java index 9648fd3abc..765b5025fa 100644 --- a/Ghidra/Framework/Utility/src/main/java/ghidra/framework/ApplicationProperties.java +++ b/Ghidra/Framework/Utility/src/main/java/ghidra/framework/ApplicationProperties.java @@ -48,7 +48,13 @@ public class ApplicationProperties extends Properties { * The application's layout version. The layout version should get incremented any time * something changes about the application that could affect external tools that need to * navigate the application in some way (such as the Eclipse GhidraDev plugin). - * For example, "1". + *

+ * Current application versions are: + *

*/ public static final String APPLICATION_LAYOUT_VERSION_PROPERTY = "application.layout.version"; diff --git a/Ghidra/application.properties b/Ghidra/application.properties index a7ec223f41..3453f5597c 100644 --- a/Ghidra/application.properties +++ b/Ghidra/application.properties @@ -1,7 +1,7 @@ application.name=Ghidra application.version=11.1 application.release.name=DEV -application.layout.version=1 +application.layout.version=2 application.gradle.min=7.3 application.gradle.max= application.java.min=17 diff --git a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevFeature/feature.xml b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevFeature/feature.xml index 6a2e836ab5..888a3bb37f 100644 --- a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevFeature/feature.xml +++ b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevFeature/feature.xml @@ -2,7 +2,7 @@ @@ -45,9 +45,6 @@ limitations under the License. + version="0.0.0"/> diff --git a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html index f1e1e79d0c..4445354977 100644 --- a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html +++ b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html @@ -19,7 +19,7 @@

GhidraDev README

GhidraDev provides support for developing and debugging Ghidra scripts and modules in Eclipse.

-

The information provided in this document is effective as of GhidraDev 3.0.2 and is subject to +

The information provided in this document is effective as of GhidraDev 3.1.0 and is subject to change with future releases.

Change History

+

3.1.0: +

3.0.2: