Changed lib version
authorkhizmax <libcds.dev@gmail.com>
Wed, 4 Jan 2017 06:53:53 +0000 (09:53 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 4 Jan 2017 06:53:53 +0000 (09:53 +0300)
CMakeLists.txt
cds/version.h
doxygen/cds.doxy
tools/make_distrib.pl

index 12412bb3b473ed34535e741d8a03d2374d2fce25..4848054aa01426b2f14c0a7d808625f47508d3bb 100644 (file)
@@ -5,7 +5,7 @@ include(TargetArch)
 
 project(cds)
 
 
 project(cds)
 
-set(PROJECT_VERSION 2.2.0)
+set(PROJECT_VERSION 2.3.0)
 
 # Options
 option(WITH_TESTS "Build unit tests" OFF)
 
 # Options
 option(WITH_TESTS "Build unit tests" OFF)
index bce0e14af505afb55fe443041469ef8a2f642af0..2f02da41cd8ffbb0088bb4e2d54b66a314eb3308 100644 (file)
 
 // cds library version
 
 
 // cds library version
 
-#define CDS_VERSION        0x020200
+#define CDS_VERSION        0x020300
 
 #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_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.2.0"
+#define CDS_VERSION_STRING        "2.3.0"
 
 #endif  // #ifndef CDSLIB_VERSION_H
 
 
 #endif  // #ifndef CDSLIB_VERSION_H
 
index 297ca0dcc320017e2d9bc148a707ef54bb376b6b..81cfc8e9028fdf99664e78f48a69aa3bcb12543d 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.
 
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 2.2.0
+PROJECT_NUMBER         = 2.3.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 1d8c5ab9c4997394130803967365f91bfc79b327..65d6af080cb686874f8d5b717eac69da2554ac30 100644 (file)
@@ -23,7 +23,6 @@ print "Remove $DistrDir/.git directory\n";
 `rm -f $DistrDir/.gitignore $DistrDir/tools/brush_cds.pl $DistrDir/tools/make_distrib.pl $DistrDir/tools/make_distrib.bat $DistrDir/doxygen/images.odp`;\r
 \r
 print "patch files...\n";\r
 `rm -f $DistrDir/.gitignore $DistrDir/tools/brush_cds.pl $DistrDir/tools/make_distrib.pl $DistrDir/tools/make_distrib.bat $DistrDir/doxygen/images.odp`;\r
 \r
 print "patch files...\n";\r
-patch_file("$DistrDir/build/Makefile", 'VERSION=\d+\.\d+\.\d+', "VERSION=$Version" );\r
 patch_file("$DistrDir/CMakeList.txt", 'PROJECT_VERSION \d+\.\d+\.\d+', "PROJECT_VERSION $Version" );\r
 patch_file("$DistrDir/doxygen/cds.doxy", 'PROJECT_NUMBER\s*=\s*\d+\.\d+\.\d+', "PROJECT_NUMBER = $Version" ) ;\r
 \r
 patch_file("$DistrDir/CMakeList.txt", 'PROJECT_VERSION \d+\.\d+\.\d+', "PROJECT_VERSION $Version" );\r
 patch_file("$DistrDir/doxygen/cds.doxy", 'PROJECT_NUMBER\s*=\s*\d+\.\d+\.\d+', "PROJECT_NUMBER = $Version" ) ;\r
 \r