aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/version.c
blob: 6ba358c46409466222cdbcfea16796f2cc5aa100 (plain) (blame)
1
2
3
4
5
6
7
#include	"version.h"

#ifdef _WIN64
int	VERSION=919;
#else
int	VERSION=920;
#endif