Fixed CPack to generate DEB,RPM and TGZ packages of dlt. Use: cmake .. -> cpack ..
[profile/ivi/dlt-daemon.git] / version.h
1 #ifndef __VERSION_H_
2 #define __VERSION_H_
3
4 #define PACKAGE_VERSION_STATE ""
5 #define PACKAGE_VERSION "2.2.0"
6
7 #endif