diff --git a/Doxyfile b/Doxyfile index 6fe3a44..24a4a3e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2,7 +2,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "dcurl" -PROJECT_NUMBER = 0.5.0 +PROJECT_NUMBER = 0.6.0 OUTPUT_DIRECTORY = docs OPTIMIZE_OUTPUT_FOR_C = YES #--------------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 4f6e5aa..6f99b69 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.5.0 +VERSION = 0.6.0 OUT ?= ./build SRC := src diff --git a/src/common.h b/src/common.h index 74fa362..6cd2b1e 100644 --- a/src/common.h +++ b/src/common.h @@ -15,7 +15,7 @@ #include #define __DCURL_MAJOR__ 0 -#define __DCURL_MINOR__ 5 +#define __DCURL_MINOR__ 6 #define __DCURL_PATCH__ 0 double diff_in_second(struct timespec t1, struct timespec t2);