From 62753a3d4af0dd93748935ec35ab827a678b756b Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 30 Apr 2013 18:33:09 +0200 Subject: [PATCH] libvideosite: Add default value for config version --- libvideosite.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvideosite.pm b/libvideosite.pm index 10f1e81..38aba57 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -46,7 +46,8 @@ my $defaultconfig = { '_immutable' => '1', 'schemas' => {}, } - } + }, + 'config-version' => '2', }; # -- 1.8.3.1