diff options
author | Marko Grönroos <magi@iki.fi> | 2009-10-20 14:46:59 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2009-10-20 14:46:59 +0000 |
commit | b795c8a40854fd3d0d9adf22d7042082588251ac (patch) | |
tree | f714bb5e752caef79808bac4b4ce43b234d28e22 /build/VERSION.properties | |
parent | d481293687f2aa614f8fc6aa025a540edd9a6bbc (diff) | |
download | vaadin-framework-b795c8a40854fd3d0d9adf22d7042082588251ac.tar.gz vaadin-framework-b795c8a40854fd3d0d9adf22d7042082588251ac.zip |
Always get version number from property file, also for nightlies. For #3553.
svn changeset:9278/svn branch:6.2
Diffstat (limited to 'build/VERSION.properties')
-rw-r--r-- | build/VERSION.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/VERSION.properties b/build/VERSION.properties index e3abd9aaf5..6bf1cb5179 100644 --- a/build/VERSION.properties +++ b/build/VERSION.properties @@ -1 +1 @@ -version=6.2.development +version=6.2.0 |