project(cds)
-set(PROJECT_VERSION 2.1.0)
+set(PROJECT_VERSION 2.2.0)
# Options
option(WITH_TESTS "Build unit tests" OFF)
.SUFFIXES:.cpp .c .ro
# make_distrib.pl substitutes the correct version
-VERSION=2.1.0
+VERSION=2.2.0
# boost_thread lib used by test application.
# You may change the library name
// cds library version
-#define CDS_VERSION 0x020100
+#define CDS_VERSION 0x020200
#define CDS_VERSION_MAJOR ((CDS_VERSION & 0xFF0000)>> 16)
#define CDS_VERSION_MINOR ((CDS_VERSION & 0x00FF00) >> 8)
#define CDS_VERSION_PATCH (CDS_VERSION & 0x0000FF)
// CDS_VERSION == CDS_VERSION_MAJOR '.' CDS_VERSION_MINOR '.' CDS_VERSION_PATCH
-#define CDS_VERSION_STRING "2.1.0"
+#define CDS_VERSION_STRING "2.2.0"
#endif // #ifndef CDSLIB_VERSION_H
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.1.0
+PROJECT_NUMBER = 2.2.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
\r
- CDS_LIBRARY_VERSION := 2.1.0\r
+ CDS_LIBRARY_VERSION := 2.2.0\r
LOCAL_PATH := $(call my-dir)\r
CDS_ROOT_DIR = $(LOCAL_PATH)/../../..\r
\r