From 3973a5f737ff92ba2accba0679f7df6397d630e4 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Wed, 17 Oct 2018 22:10:42 +0200 Subject: adds API method to get spec and implementation version of the storage backend --- storage-backend/lib/version.inc.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 storage-backend/lib/version.inc.php (limited to 'storage-backend/lib/version.inc.php') diff --git a/storage-backend/lib/version.inc.php b/storage-backend/lib/version.inc.php new file mode 100644 index 0000000..f4e6dcd --- /dev/null +++ b/storage-backend/lib/version.inc.php @@ -0,0 +1,5 @@ + '0.3', + 'impl' => '0.3-dev' +]; \ No newline at end of file -- cgit v1.2.3