diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-09-10 00:09:55 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-09-10 00:09:55 +0200 |
commit | 0ac3aedbca28844a1220a77c0403e56106011947 (patch) | |
tree | e1554c958528617048f2276235316ca01e233204 /src | |
parent | 52d4c81a590f790de057653e7ffd091b6706ee34 (diff) | |
download | lombok-0ac3aedbca28844a1220a77c0403e56106011947.tar.gz lombok-0ac3aedbca28844a1220a77c0403e56106011947.tar.bz2 lombok-0ac3aedbca28844a1220a77c0403e56106011947.zip |
version naming and changelog update for edge release
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lombok/core/Version.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lombok/core/Version.java b/src/core/lombok/core/Version.java index bd83c1f8..25c1b469 100644 --- a/src/core/lombok/core/Version.java +++ b/src/core/lombok/core/Version.java @@ -29,7 +29,8 @@ public class Version { // 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 = "0.12.1"; - private static final String RELEASE_NAME = "Angry Butterfy"; + private static final String RELEASE_NAME = "Edgy Guinea Pig"; +// private static final String RELEASE_NAME = "Angry Butterfly"; private Version() { //Prevent instantiation |