X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fversion.h;h=d7aaf3c6b2ae9a9d97368bf417e00dcb758bb0e7;hb=c127b1780d72d0fb14460e939d323875432e5244;hp=9e8b8c3794f70ac55054e93197feb070003f3f67;hpb=521e47502df18dac26dbda407f08cb28e7207f51;p=libcds.git diff --git a/cds/version.h b/cds/version.h index 9e8b8c37..d7aaf3c6 100644 --- a/cds/version.h +++ b/cds/version.h @@ -33,14 +33,14 @@ // cds library version -#define CDS_VERSION 0x020400 +#define CDS_VERSION 0x020301 #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.4.0" +#define CDS_VERSION_STRING "2.3.1" #endif // #ifndef CDSLIB_VERSION_H