diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-05 00:49:54 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-05 00:49:54 +0200 |
commit | e7492d444cace44a39d94853512c31a9b95d930d (patch) | |
tree | c245e78ba3b328f255c1584f0702c04251d6dd4f /src/lombok/core/Version.java | |
parent | 938d4bb9f231722b2f55b71a05ecf9c3878119aa (diff) | |
download | lombok-e7492d444cace44a39d94853512c31a9b95d930d.tar.gz lombok-e7492d444cace44a39d94853512c31a9b95d930d.tar.bz2 lombok-e7492d444cace44a39d94853512c31a9b95d930d.zip |
W00t - written an installer that should work on linux (sort of), windows, and Mac OS X. Bumped the version number to celebrate, and changed build to roll the agent.jar into the main jar, and
change the executable class from the minimal help that was there to the installer. That minimal help thing (ShowUserHelp.java) is now gone.
Diffstat (limited to 'src/lombok/core/Version.java')
-rw-r--r-- | src/lombok/core/Version.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lombok/core/Version.java b/src/lombok/core/Version.java index eff6b151..cb349aaf 100644 --- a/src/lombok/core/Version.java +++ b/src/lombok/core/Version.java @@ -1,7 +1,7 @@ package lombok.core; public class Version { - private static final String VERSION = "0.3.5"; + private static final String VERSION = "0.4"; private Version() { //Prevent instantiation |