There was an error while loading. Please reload this page.
1 parent 0e963c0 commit 4d8e045Copy full SHA for 4d8e045
1 file changed
modules/core/src/main/java/org/locationtech/jts/JTSVersion.java
@@ -44,7 +44,9 @@ public class JTSVersion {
44
public static final int PATCH = 1;
45
46
/**
47
- * An optional string providing further release info (such as "alpha 1");
+ * An optional string providing further release info.
48
+ * For snapshot releases this is "SNAPSHOT".
49
+ * For final releases it is the empty string.
50
*/
51
private static final String RELEASE_INFO = "SNAPSHOT";
52
0 commit comments