diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-21 14:29:41 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-21 14:29:41 +0100 |
commit | 69fe8e049c078c297367b275acfe2d1b4191028d (patch) | |
tree | 100d832ee17c1193a4cb0af8f7b6e153792972a2 /src/core/lombok | |
parent | abddcc412e7299cc79475a08ac54af5d787c9eb5 (diff) | |
download | lombok-69fe8e049c078c297367b275acfe2d1b4191028d.tar.gz lombok-69fe8e049c078c297367b275acfe2d1b4191028d.tar.bz2 lombok-69fe8e049c078c297367b275acfe2d1b4191028d.zip |
The latest on the master branch is from now on called 'EDGE' and not 'HEAD'.
Diffstat (limited to 'src/core/lombok')
-rw-r--r-- | src/core/lombok/core/Version.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/core/Version.java b/src/core/lombok/core/Version.java index 295dfae2..cb83a6a3 100644 --- a/src/core/lombok/core/Version.java +++ b/src/core/lombok/core/Version.java @@ -26,7 +26,7 @@ package lombok.core; */ public class Version { // ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries). - private static final String VERSION = "0.9.3-HEAD"; + private static final String VERSION = "0.9.3-EDGE"; private static final String RELEASE_NAME = "hailbunny"; private Version() { |