source: src/version.hpp@ d76c105

Last change on this file since d76c105 was 70672e3, checked in by Frederik Heber <heber@…>, 15 years ago

Added config.h to all header files.

  • Property mode set to 100644
File size: 223 bytes
Line 
1#ifndef VERSION_HPP_
2#define VERSION_HPP_
3
4// include config.h
5#ifdef HAVE_CONFIG_H
6#include <config.h>
7#endif
8
9extern const char *CODEPATTERNSVERSION;
10extern const char *CODEPATTERNSFULLVERSION;
11
12#endif /* VERSION_HPP_ */
Note: See TracBrowser for help on using the repository browser.