Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit ff6a649

Browse files
committed
version 3.0.1
1 parent 3f8e6c1 commit ff6a649

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ChangeLog
22
---------
33

4+
### v3.0.1 (2018-03-10)
5+
* Bugfix: remove build number from JVM version number when creating comparable version number or extracting major version (fixes #61)
6+
47
### v3.0.0 (2018-02-25)
58
* Completeley overhauled algorithm for JVM detection (JRE and JDK)
69
* JDK has no longer precedence over JRE

src/universalJavaApplicationStub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# #
1212
# @author Tobias Fischer #
1313
# @url https://github.com/tofi86/universalJavaApplicationStub #
14-
# @date 2018-02-25 #
15-
# @version 3.0.0 #
14+
# @date 2018-03-10 #
15+
# @version 3.0.1 #
1616
# #
1717
##################################################################################
1818
# #

0 commit comments

Comments
 (0)