aboutsummaryrefslogtreecommitdiff
path: root/website/download.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/download.html')
-rw-r--r--website/download.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/website/download.html b/website/download.html
index 5fd1f816..5b546b72 100644
--- a/website/download.html
+++ b/website/download.html
@@ -25,12 +25,20 @@
width: 100%;
text-align: right;
}
+
+ h1 {
+ padding-bottom: 0;
+ margin-bottom: 4px;
+ }
</style>
</head><body>
<div class="meat">
<h1>Download Lombok</h1>
+ <div class="versionInfo">
+ version: @VERSION@ | <a href="changelog.html">changelog</a>
+ </div>
<p id="downloadHelp">
- Just double-click the <code>lombok.jar</code> file you've downloaded to install lombok into
+ Just double-click the <code>lombok.jar</code> file you'll download to install lombok into
your IDE. <code>lombok.jar</code> is also the jar you use as a project dependency
(include it in your classpath when compiling with <code>javac</code> or add it to your project
library list in your java IDE). It's the only jar you need!<br /><br />