aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-10-28 22:20:27 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-10-28 22:20:27 +0100
commit6959fa42a0830b848bae2205977409ed17f12990 (patch)
tree4d51e3f6940b1ddc89f42b7dd65f73d2c64d7e17 /src/core
parent5407d0d253baa0cba1e5b7374f9ca45b5c50f622 (diff)
downloadlombok-6959fa42a0830b848bae2205977409ed17f12990.tar.gz
lombok-6959fa42a0830b848bae2205977409ed17f12990.tar.bz2
lombok-6959fa42a0830b848bae2205977409ed17f12990.zip
Installer updated to no longer add -Xbootclasspath.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lombok/core/Version.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/core/Version.java b/src/core/lombok/core/Version.java
index 9f810525..02bc1af0 100644
--- a/src/core/lombok/core/Version.java
+++ b/src/core/lombok/core/Version.java
@@ -30,7 +30,7 @@ public class Version {
// ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries).
// Note: In 'X.Y.Z', if Z is odd, its a snapshot build built from the repository, so many different 0.10.3 versions can exist, for example.
// Official builds always end in an even number. (Since 0.10.2).
- private static final String VERSION = "1.14.9";
+ private static final String VERSION = "1.14.9.shadow";
private static final String RELEASE_NAME = "Edgy Guinea Pig";
// private static final String RELEASE_NAME = "Branching Cobra";