Skip to content

Commit

Permalink
Add version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed Apr 29, 2014
1 parent 91ef2ea commit 6cb0cb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/rocksdb/db.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <vector>
#include <string>
#include <unordered_map>
#include "rocksdb/version.h"
#include "rocksdb/iterator.h"
#include "rocksdb/options.h"
#include "rocksdb/types.h"
Expand Down
5 changes: 5 additions & 0 deletions include/rocksdb/version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#pragma once

#define __ROCKSDB_MAJOR__ 3
#define __ROCKSDB_MINOR__ 0
#define __ROCKSDB_PATCH__ 0

0 comments on commit 6cb0cb3

Please sign in to comment.