#ifndef __VERSION_H__
#define __VERSION_H__

void print_version(void);

#endif // __VERSION_H__
