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 0x00010009 #define LASTFM_VERSION 0x00010100
#define LASTFM_VERSION_STRING "1.0.9" #define LASTFM_VERSION_STRING "1.1.0"
#define LASTFM_MAJOR_VERSION 1 #define LASTFM_MAJOR_VERSION 1
#define LASTFM_MINOR_VERSION 0 #define LASTFM_MINOR_VERSION 1
#define LASTFM_PATCH_VERSION 9 #define LASTFM_PATCH_VERSION 0
#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. 
4 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/