Skip to content

Commit

Permalink
Getting ready for 1.17 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
j256 committed Dec 29, 2021
1 parent fed2c6f commit db41995
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For example:
<dependency>
<groupId>com.j256.simplemagic</groupId>
<artifactId>simplemagic</artifactId>
<version>1.16</version>
<version>1.17</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions src/main/doc/simplemagic.texi
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
@c %**end of header

@c ----------------------------------------------------------------
@set simplemagic_version 1.16
@set simplemagic_year 2019
@set simplemagic_date February @value{simplemagic_year}
@set simplemagic_version 1.17
@set simplemagic_year 2021
@set simplemagic_date December @value{simplemagic_year}
@set package SimpleMagic
@c ----------------------------------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion src/main/javadoc/doc-files/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
1.17: ??/??/2020
1.17: 12/29/2021
* Moved to using SimpleDateFormat.clone() instead of thread locals.
* Updated to new version of SimpleLogging which increased the version of Log4j2.

1.16: 2/19/2019
* Added support for AMR (audio/amr) type in ContentInfo. Thanks to @ledjon.
Expand Down
12 changes: 6 additions & 6 deletions src/main/javadoc/doc-files/simplemagic.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/main/javadoc/doc-files/simplemagic.pdf
Binary file not shown.

0 comments on commit db41995

Please sign in to comment.