Skip to content

Commit

Permalink
new release 3.42.0-eisop3
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Mar 1, 2024
1 parent bc2992e commit 3a4de96
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.42.0-eisop2, 09 Jan 2024<!-- /afu-version -->.
<!-- afu-version -->3.42.0-eisop3, 01 Mar 2024<!-- /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.42.0-eisop2.zip<!-- /annotation-tools-zip-version --></a>.
<a href="annotation-tools-3.23.0.zip"><!-- annotation-tools-zip-version -->annotation-tools-3.42.0-eisop3.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.42.0-eisop2";
public static final String INDEX_UTILS_VERSION = "Annotation File Utilities v3.42.0-eisop3";

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

0 comments on commit 3a4de96

Please sign in to comment.