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
This commit is contained in:
Stefano Mazzocchi 2010-03-31 19:20:32 +00:00
parent 9db9351a0b
commit 77b452e87f
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
var GridworksVersion = {
description: "Gridworks $VERSION",
version: "$VERSION",
revision: "$REVISION"
};