/**************************************************************************** PROJECT: MusixTeX PreProcessor FILE : version.h AUTHOR : J. C. Nieuwenhuizen copyright (c) FlowerSoft 1995 --*/ #ifndef __VERSION_H #define __VERSION_H #define VERSION "0.45" extern const char* const VERSION_STRING; #endif // __VERSION_H //