|
Wavelet and Image class library
1.3.2
|
00001 /* 00002 * Header version 00003 * 00004 * Defines the version macro used in the banner. 00005 * 00006 * $Date$ 00007 * $Revision$ 00008 * 00009 */ 00010 00011 #ifndef __VERSION_H 00012 #define __VERSION_H 00013 00014 #define WAVE_VERSION "1.3.2" 00015 00016 #endif
1.7.6.1