diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-20 21:18:43 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-20 21:19:04 +0200 |
commit | 1bafafa6d850f00b75d7c4c2141ece0c2137e01e (patch) | |
tree | 6053fc4ae6b4a9bf9126bfc22c6d9d73b9efe956 | |
parent | 3303e4c94a5e45d45113e5b42742031dc87ec989 (diff) | |
download | lombok-1bafafa6d850f00b75d7c4c2141ece0c2137e01e.tar.gz lombok-1bafafa6d850f00b75d7c4c2141ece0c2137e01e.tar.bz2 lombok-1bafafa6d850f00b75d7c4c2141ece0c2137e01e.zip |
Version bump to 0.10.0RC1
-rw-r--r-- | src/core/lombok/core/Version.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lombok/core/Version.java b/src/core/lombok/core/Version.java index f1cb4437..9b028283 100644 --- a/src/core/lombok/core/Version.java +++ b/src/core/lombok/core/Version.java @@ -1,5 +1,5 @@ /* - * Copyright © 2009-2010 Reinier Zwitserloot and Roel Spilker. + * Copyright © 2009-2011 Reinier Zwitserloot and Roel Spilker. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -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.10.0-BETA2-HEAD"; + private static final String VERSION = "0.10.0-RC1"; private static final String RELEASE_NAME = "Burning Emu"; private Version() { |