global.h | global.h | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | |||
along with liblastfm. If not, see <http://www.gnu.org/licenses/>. | along with liblastfm. If not, see <http://www.gnu.org/licenses/>. | |||
*/ | */ | |||
#ifndef LASTFM_GLOBAL_H | #ifndef LASTFM_GLOBAL_H | |||
#define LASTFM_GLOBAL_H | #define LASTFM_GLOBAL_H | |||
#define LASTFM_VERSION 0x00010007 | #define LASTFM_VERSION 0x00010009 | |||
#define LASTFM_VERSION_STRING "1.0.8" | #define LASTFM_VERSION_STRING "1.0.9" | |||
#define LASTFM_MAJOR_VERSION 1 | #define LASTFM_MAJOR_VERSION 1 | |||
#define LASTFM_MINOR_VERSION 0 | #define LASTFM_MINOR_VERSION 0 | |||
#define LASTFM_PATCH_VERSION 8 | #define LASTFM_PATCH_VERSION 9 | |||
#ifndef LASTFM_LIB_STATIC | #ifndef LASTFM_LIB_STATIC | |||
#ifdef LASTFM_LIB | #ifdef LASTFM_LIB | |||
#define LASTFM_DLLEXPORT Q_DECL_EXPORT | #define LASTFM_DLLEXPORT Q_DECL_EXPORT | |||
#else | #else | |||
#define LASTFM_DLLEXPORT Q_DECL_IMPORT | #define LASTFM_DLLEXPORT Q_DECL_IMPORT | |||
#endif | #endif | |||
#ifdef LASTFM_FINGERPRINT_LIB | #ifdef LASTFM_FINGERPRINT_LIB | |||
#define LASTFM_FINGERPRINT_DLLEXPORT Q_DECL_EXPORT | #define LASTFM_FINGERPRINT_DLLEXPORT Q_DECL_EXPORT | |||
#else | #else | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||