RandomSec/src/main/webapp/scripts/version.js
Stefano Mazzocchi 77b452e87f adding version information to the about page
NOTE: this shows up only in the packaged distribution


git-svn-id: http://google-refine.googlecode.com/svn/trunk@367 7d457c2a-affb-35e4-300a-418c747d4874
2010-03-31 19:20:32 +00:00

6 lines
118 B
JavaScript

var GridworksVersion = {
description: "Gridworks $VERSION",
version: "$VERSION",
revision: "$REVISION"
};