Skip to content

Commit

Permalink
new release 3.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Apr 1, 2016
1 parent 76f43c3 commit 7f373fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions annotation-file-utilities/annotation-file-utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ <h2 id="installation">Installation</h2>

<p>
The current release is Annotation File Utilities version
<!-- afu-version -->3.6.26, 02 Mar 2016<!-- /afu-version -->.
<!-- afu-version -->3.6.27, 01 Apr 2016<!-- /afu-version -->.
</p>

<ol>
<li>
Download
<a href="current/annotation-tools-3.6.26.zip"><!-- annotation-tools-zip-version -->annotation-tools-3.6.26.zip<!-- /annotation-tools-zip-version --></a>.
<a href="current/annotation-tools-3.6.27.zip"><!-- annotation-tools-zip-version -->annotation-tools-3.6.27.zip<!-- /annotation-tools-zip-version --></a>.
</li>

<li>
Expand All @@ -150,7 +150,7 @@ <h2 id="installation">Installation</h2>
unpacking the distribution zipfile (a standard place to do this is in a
directory <code>~/jsr308/</code>):

<pre><code>unzip annotation-tools-3.6.26.zip</code></pre>
<pre><code>unzip annotation-tools-3.6.27.zip</code></pre>

The <code>annotation-tools</code> directory must be a sibling of the <code>jsr308-langtools</code>
directory (available at <a href="http://types.cs.washington.edu/jsr308/">http://types.cs.washington.edu/jsr308/</a>).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class ClassFileReader {

public static final String INDEX_UTILS_VERSION
= "Annotation File Utilities v3.6.26";
= "Annotation File Utilities v3.6.27";

@Option("-h print usage information and exit")
public static boolean help = false;
Expand Down

0 comments on commit 7f373fa

Please sign in to comment.