source: src/version.hpp@ 70672e3

Last change on this file since 70672e3 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
RevLine 
[115378]1#ifndef VERSION_HPP_
2#define VERSION_HPP_
[1d77e1a]3
[70672e3]4// include config.h
5#ifdef HAVE_CONFIG_H
6#include <config.h>
7#endif
8
[115378]9extern const char *CODEPATTERNSVERSION;
10extern const char *CODEPATTERNSFULLVERSION;
[1d77e1a]11
[115378]12#endif /* VERSION_HPP_ */
Note: See TracBrowser for help on using the repository browser.