Skip to content

Commit 12300a7

Browse files
committed
bump to v0.2.0
1 parent 0d590e5 commit 12300a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.2.0 (???)
3+
## v0.2.0 (19th April 2015)
44
- support basic auth
55
- Add header's to response object
66
- fix memory leaks related to curl cleanup

include/restclient-cpp/meta.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#ifndef INCLUDE_META_H_
88
#define INCLUDE_META_H_
99

10-
// version string normally set from makefile
11-
#define VERSION "0.1.2"
10+
// version string
11+
#define VERSION "0.2.0"
1212

1313
#endif // INCLUDE_META_H_

0 commit comments

Comments
 (0)