index
:
compiler
master
Fork of the Clean compiler for experimenting with new features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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