prepare for next version 2.1.0
authorkhizmax <libcds.dev@gmail.com>
Tue, 30 Dec 2014 06:49:03 +0000 (09:49 +0300)
committerkhizmax <libcds.dev@gmail.com>
Tue, 30 Dec 2014 06:49:03 +0000 (09:49 +0300)
build/Makefile
cds/version.h
change.log
doxygen/cds.doxy
projects/android/jni/Android.mk

index b0e9430f229940a3ec6d340fd949ef0724471e4f..bc902ab78b716d2e4357def0dbcc880cd36a8c60 100644 (file)
@@ -5,7 +5,7 @@
 .SUFFIXES:.cpp .c .ro
 
 # make_distrib.pl substitutes the correct version
-VERSION=2.0.0
+VERSION=2.1.0
 
 # boost_thread lib used by test application. 
 # You may change the library name
index afe0188a31634d0da48b0e7e9f2ecfb8ec7490f0..21ca2ac1d66c5fb79c4782a8eb617abf99bcf114 100644 (file)
@@ -5,14 +5,14 @@
 
 // cds library version
 
-#define CDS_VERSION        0x020000
+#define CDS_VERSION        0x020100
 
 #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.0.0"
+#define CDS_VERSION_STRING        "2.1.0"
 
 #endif  // #ifndef __CDS_VERSION_H
 
index 8025448e9c5d76abaa7a7939a310f0a873e3f15e..08ef29fe45437e91ee65f40be2d47a4ed1668fb3 100644 (file)
@@ -1,3 +1,6 @@
+2.1.0
+    TODO
+
 2.0.0 30.12.2014
     General release
     - the library has been rewritten to support at least C++11. Compilers: GCC 4.8+, clang 3.3+, 
index 281d6be5ecf0f5b74a52e1d61ee9fb2581b4987e..6e2578af5eb49fdafc63539ff1c5ddf2e7cedf63 100644 (file)
@@ -31,7 +31,7 @@ PROJECT_NAME           = cds
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 2.0.0
+PROJECT_NUMBER         = 2.1.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 96cbe6af928f576aadaf66effab5f5be7ed03b89..99f2eff929fdf313c74f9f7e4eb72388ed3c4460 100644 (file)
@@ -1,5 +1,5 @@
 \r
-    CDS_LIBRARY_VERSION := 2.0.0\r
+    CDS_LIBRARY_VERSION := 2.1.0\r
     LOCAL_PATH := $(call my-dir)\r
     CDS_ROOT_DIR = $(LOCAL_PATH)/../../..\r
 \r