]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update version.h for 7.8.2
authorAndrew Kryczka <andrewkr@fb.com>
Mon, 28 Nov 2022 07:14:56 +0000 (23:14 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Mon, 28 Nov 2022 07:14:56 +0000 (23:14 -0800)
include/rocksdb/version.h

index 4a8a3f2171c43fc11134e329fdd504415378cd0a..165a5f512d2e5edaa781b50fd032c52635055c3c 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 7
 #define ROCKSDB_MINOR 8
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
 
 // Do not use these. We made the mistake of declaring macros starting with
 // double underscore. Now we have to live with our choice. We'll deprecate these