[maemo-commits] [maemo-commits] r18976 - in projects/haf/trunk/libosso: debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jul 24 15:54:10 EEST 2009
- Previous message: [maemo-commits] r18975 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
- Next message: [maemo-commits] r18977 - projects/haf/tags/libosso
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-07-24 15:54:09 +0300 (Fri, 24 Jul 2009) New Revision: 18976 Modified: projects/haf/trunk/libosso/debian/changelog projects/haf/trunk/libosso/src/libosso.h Log: add LIBOSSO_API_MAJOR/MINOR defines Modified: projects/haf/trunk/libosso/debian/changelog =================================================================== --- projects/haf/trunk/libosso/debian/changelog 2009-07-24 11:46:16 UTC (rev 18975) +++ projects/haf/trunk/libosso/debian/changelog 2009-07-24 12:54:09 UTC (rev 18976) @@ -1,3 +1,9 @@ +libosso (2.23-1) unstable; urgency=low + + * Fixes: NB#122572 - new libosso API should be detectable by some define + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Fri, 24 Jul 2009 15:40:06 +0300 + libosso (2.22-1) unstable; urgency=low * Patch from Leonid Moiseichuk: Modified: projects/haf/trunk/libosso/src/libosso.h =================================================================== --- projects/haf/trunk/libosso/src/libosso.h 2009-07-24 11:46:16 UTC (rev 18975) +++ projects/haf/trunk/libosso/src/libosso.h 2009-07-24 12:54:09 UTC (rev 18976) @@ -4,7 +4,7 @@ * * This file is part of libosso * - * Copyright (C) 2005-2007 Nokia Corporation. All rights reserved. + * Copyright (C) 2005-2009 Nokia Corporation. All rights reserved. * * Contact: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> * @@ -26,6 +26,9 @@ #ifndef LIBOSSO_H_ #define LIBOSSO_H_ +#define LIBOSSO_API_MAJOR 2 +#define LIBOSSO_API_MINOR 21 + #include <glib.h> #include <time.h> #include <syslog.h>
- Previous message: [maemo-commits] r18975 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
- Next message: [maemo-commits] r18977 - projects/haf/tags/libosso
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]