From 1bafafa6d850f00b75d7c4c2141ece0c2137e01e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 20 Jun 2011 21:18:43 +0200 Subject: Version bump to 0.10.0RC1 --- src/core/lombok/core/Version.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/lombok') 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() { -- cgit