From f27108a4b114c9d83de25d2beba5c7c0a1d1c20b Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Tue, 1 Dec 2015 01:44:21 +0100 Subject: Add action to show metastore version: -v / --version. Fixes #36. --- src/metastore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/metastore.h') diff --git a/src/metastore.h b/src/metastore.h index 384808d..1e1e436 100644 --- a/src/metastore.h +++ b/src/metastore.h @@ -34,6 +34,7 @@ #define ACTION_DIFF 0x02 #define ACTION_DUMP 0x04 #define ACTION_SAVE 0x10 +#define ACTION_VER 0x08 #define ACTION_HELP 0x80 /* Action masks */ -- cgit v1.2.1