config.h | config.h | |||
---|---|---|---|---|
skipping to change at line 89 | skipping to change at line 89 | |||
/* Name of package */ | /* Name of package */ | |||
#define PACKAGE "cppcms" | #define PACKAGE "cppcms" | |||
/* Define to the address where bug reports for this package should be sent. */ | /* Define to the address where bug reports for this package should be sent. */ | |||
#define PACKAGE_BUGREPORT "artyomtnk@yahoo.com" | #define PACKAGE_BUGREPORT "artyomtnk@yahoo.com" | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#define PACKAGE_NAME "cppcms" | #define PACKAGE_NAME "cppcms" | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
#define PACKAGE_STRING "cppcms 0.0.5" | #define PACKAGE_STRING "cppcms 0.0.6" | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#define PACKAGE_TARNAME "cppcms" | #define PACKAGE_TARNAME "cppcms" | |||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#define PACKAGE_VERSION "0.0.5" | #define PACKAGE_VERSION "0.0.6" | |||
/* Define to 1 if you have the ANSI C header files. */ | /* Define to 1 if you have the ANSI C header files. */ | |||
#define STDC_HEADERS 1 | #define STDC_HEADERS 1 | |||
/* "Use boost::asio" */ | /* "Use boost::asio" */ | |||
/* #undef USE_BOOST_ASIO */ | /* #undef USE_BOOST_ASIO */ | |||
/* Version number of package */ | /* Version number of package */ | |||
#define VERSION "0.0.5" | #define VERSION "0.0.6" | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||