Skip to content

Commit 4d8e045

Browse files
committed
Improve version number documentation
1 parent 0e963c0 commit 4d8e045

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

modules/core/src/main/java/org/locationtech/jts/JTSVersion.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ public class JTSVersion {
4444
public static final int PATCH = 1;
4545

4646
/**
47-
* An optional string providing further release info (such as "alpha 1");
47+
* An optional string providing further release info.
48+
* For snapshot releases this is "SNAPSHOT".
49+
* For final releases it is the empty string.
4850
*/
4951
private static final String RELEASE_INFO = "SNAPSHOT";
5052

0 commit comments

Comments
 (0)