diff options
author | isaacs <i@izs.me> | 2012-09-11 08:43:20 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-09-11 08:43:31 -0700 |
commit | e35cec5c05f75aa247f6c6cecbf2b76259e72158 (patch) | |
tree | aa791acc0d635c367d011b050f00fbc43198cff9 | |
parent | 005ae232502c391c9ddc9fc97537e4bab7288556 (diff) | |
download | node-new-e35cec5c05f75aa247f6c6cecbf2b76259e72158.tar.gz |
doc: Put current version on homepage
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index cb98e4c77c..67abdea8bb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -23,6 +23,8 @@ lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.</p> + <p>Current Version: __VERSION__</p> + <div class=buttons> <a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__.tar.gz" class="button downloadbutton" id="downloadbutton">INSTALL</a> |