aboutsummaryrefslogtreecommitdiff
path: root/src/core/config.h
blob: e1e401b094ab1489d8a0adb4eedd8030c59c24a1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __CONFIG_H__
#define __CONFIG_H__

#define LLVM_VERSION "3.5.0svn"
#define COAL_VERSION ""

#define MAX_WORK_DIMS 3

#endif