Adjusted library version information; added define for non shutdown notifications...
[profile/ivi/persistence-client-library.git] / include / persistence_client_library_key.h
index 42bfd98..649b449 100644 (file)
@@ -22,6 +22,7 @@
  * 27/03/13 Ingo Hürner     4.0.0 - Add registration for callback notification
  * 28/05/13 Ingo Hürner     5.0.0 - Add pclInitLibrary(), pcl DeInitLibrary() incl. shutdown notification
  * 05/06/13 Oliver Bach     6.0.0 - Rework of Init functions
+ * 04/11/13 Ingo Hürner     7.0.0 - Added functions to unregister notifications
  */
 /** \ingroup GEN_PERS */
 /** \defgroup PERS_KEYVALUE Client: Key-value access
@@ -39,7 +40,7 @@ extern "C" {
  * \{
  */
 
-#define  PERSIST_KEYVALUEAPI_INTERFACE_VERSION   (0x06010000U)
+#define  PERSIST_KEYVALUEAPI_INTERFACE_VERSION   (0x06020000U)
 
 #include "persistence_client_library.h"