diff --git a/include/version.h b/include/version.h new file mode 100644 --- /dev/null +++ b/include/version.h @@ -0,0 +1,11 @@ +/* + * $Id: version.h 2 2007-12-22 14:15:30Z mbroeker $ + * $URL: http://localhost/svn/cpp/qMonitor/trunk/include/version.h $ + */ + +#ifndef VERSION_H +#define VERSION_H + +#define VERSION_STRING "qMonitor Revision 0.90" +#endif +