blob: 769066420e882726d76911f9ec4848400361941b (
plain)
1
2
3
4
5
6
7
8
9
|
/***** spin: version.h *****/
/*
* This file is part of the public release of Spin. It is subject to the
* terms in the LICENSE file that is included in this source directory.
* Tool documentation is available at http://spinroot.com
*/
#define SpinVersion "Spin Version 6.4.7 -- 19 August 2017"
|