Skip to content

Commit

Permalink
Merge pull request #23 from TileDB-Inc/metadata_domain_bug
Browse files Browse the repository at this point in the history
Changing the version
  • Loading branch information
stavrospapadopoulos authored Jun 10, 2017
2 parents 4915960 + 9f57feb commit 37f9397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/include/c_api/tiledb_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
#include <limits.h>

/** Version. */
#define TILEDB_VERSION "0.6.0"
#define TILEDB_VERSION "0.6.1"
#define TILEDB_VERSION_MAJOR 0
#define TILEDB_VERSION_MINOR 6
#define TILEDB_VERSION_REVISION 0
#define TILEDB_VERSION_REVISION 1

/**@{*/
/** Return code. */
Expand Down
2 changes: 1 addition & 1 deletion test/src/c_api/c_api_version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ TEST_F(LibraryVersionFixture, test_library_version) {

ASSERT_EQ(major, 0);
ASSERT_EQ(minor, 6);
ASSERT_EQ(rev, 0);
ASSERT_EQ(rev, 1);
}

0 comments on commit 37f9397

Please sign in to comment.