Branch 'c++/master' - c++/lib

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Sun Feb 12 10:02:35 CET 2012


 c++/lib/global_definitions.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 16daa739f0879666243b15c2177c8f7425c7153f
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Sun Feb 12 09:57:33 2012 +0100

    Set the version to the same version used in the XSDs

diff --git a/c++/lib/global_definitions.h b/c++/lib/global_definitions.h
index 1146e9c..326678c 100644
--- a/c++/lib/global_definitions.h
+++ b/c++/lib/global_definitions.h
@@ -23,7 +23,7 @@ namespace Kolab {
 
 const char* const KOLAB_LIBNAME = "libkolabxml";
 const char* const KOLAB_LIB_VERSION = "0.9";
-const char* const KOLAB_FORMAT_VERSION = "2.9.0";
+const char* const KOLAB_FORMAT_VERSION = "3.0dev1";
 
 enum ErrorSeverity {
     NoError,





More information about the commits mailing list