1/* src/config_couenne.h.in. */
2
3#ifndef __CONFIG_CREME_H__
4#define __CONFIG_CREME_H__
5
6/* Version number of project */
7#undef CREME_VERSION
8
9/* Major Version number of project */
10#undef CREME_VERSION_MAJOR
11
12/* Minor Version number of project */
13#undef CREME_VERSION_MINOR
14
15/* Release Version number of project */
16#undef CREME_VERSION_RELEASE
17
18#endif
19