Skip to content

Commit f34fc13

Browse files
authored
Merge pull request #52 from CamStan/release-1.1.1
Incremental release v1.1.1
2 parents 089f295 + a86cde7 commit f34fc13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/kvtree.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ extern "C" {
6363
* and a pointer to another hash.
6464
*/
6565
#define KVTREE_MAJOR "1"
66-
#define KVTREE_MINOR "0"
67-
#define KVTREE_PATCH "0"
68-
#define KVTREE_VERSION "1.0.0"
66+
#define KVTREE_MINOR "1"
67+
#define KVTREE_PATCH "1"
68+
#define KVTREE_VERSION "1.1.1"
6969
#define KVTREE_SUCCESS (0)
7070
#define KVTREE_MAX_FILENAME (1024)
7171

0 commit comments

Comments
 (0)