Skip to content

Commit

Permalink
new release 3.41.0-eisop1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Dec 5, 2023
1 parent a35707f commit 750a98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions annotation-file-utilities/annotation-file-utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ <h2 id="installation">Installation</h2>

<p>
The current release is Annotation File Utilities version
<!-- afu-version -->3.41.0, 04 Dec 2023<!-- /afu-version -->.
<!-- afu-version -->3.41.0-eisop1, 05 Dec 2023<!-- /afu-version -->.
</p>

<ol>
<!-- TODO: The release scripts only update the text of the link, not the href URL! -->
<li>
Download
<a href="annotation-tools-3.23.0.zip"><!-- annotation-tools-zip-version -->annotation-tools-3.41.0.zip<!-- /annotation-tools-zip-version --></a>.
<a href="annotation-tools-3.23.0.zip"><!-- annotation-tools-zip-version -->annotation-tools-3.41.0-eisop1.zip<!-- /annotation-tools-zip-version --></a>.
</li>

<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private ClassFileReader() {
}

/** The AFU version string. Automatically updated by the release process. */
public static final String INDEX_UTILS_VERSION = "Annotation File Utilities v3.40.0-eisop2";
public static final String INDEX_UTILS_VERSION = "Annotation File Utilities v3.41.0-eisop1";

/** The {@code ignore_bridge_methods} option. */
@Option("-b omit annotations from bridge (compiler-created) methods")
Expand Down

0 comments on commit 750a98c

Please sign in to comment.