Skip to content

Commit

Permalink
Release version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marktwtn committed Mar 5, 2020
1 parent 1eb4b25 commit d493918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.5.0
VERSION = 0.6.0

OUT ?= ./build
SRC := src
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <time.h>

#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);
Expand Down

0 comments on commit d493918

Please sign in to comment.