Skip to content

Commit

Permalink
Manual: Fixed release date. README: minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed May 8, 2024
1 parent 05cc25c commit cf3da59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ have to add it yourself! You can download it
[from GitHub source code page](https://github.com/apache/freemarker/tree/2.3-gae/gradle/wrapper)!
(Or, use your own Gradle installation instead of `gradlew`.)

To build `freemarker.jar`, just issue `./gradlew jar` (`./gradlew.bat jar` on Windows) in the
To build `freemarker.jar`, just issue `./gradlew jar` (`gradlew.bat jar` on Windows) in the
project root directory, and it should download all dependencies automatically, and build
`freemarker.jar`.

Expand Down
2 changes: 1 addition & 1 deletion freemarker-manual/src/main/docgen/en_US/book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30114,7 +30114,7 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting>
<section xml:id="versions_2_3_33">
<title>2.3.33</title>

<para>Release date: 2024-05-18 + release process</para>
<para>Release date: 2024-05-08 + release process</para>

<para>Please note that with this version the minimum required Java
version was increased from Java 7 to Java 8. Also for the few who rely
Expand Down

0 comments on commit cf3da59

Please sign in to comment.