From fc0cec5396a712166c6184010e2dba2e501abb35 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 13 May 2013 01:37:28 +0200 Subject: [PATCH] Bump HPKG format version --- headers/os/package/hpkg/HPKGDefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/package/hpkg/HPKGDefs.h b/headers/os/package/hpkg/HPKGDefs.h index 5de3998edb..551d4b09fd 100644 --- a/headers/os/package/hpkg/HPKGDefs.h +++ b/headers/os/package/hpkg/HPKGDefs.h @@ -1,5 +1,5 @@ /* - * Copyright 2009,2011, Haiku, Inc. + * Copyright 2009-2013, Haiku, Inc. * Distributed under the terms of the MIT License. */ #ifndef _PACKAGE__HPKG__HPKG_DEFS_H_ @@ -17,7 +17,7 @@ namespace BHPKG { // magic & version of package and repository files enum { B_HPKG_MAGIC = 'hpkg', - B_HPKG_VERSION = 1, + B_HPKG_VERSION = 2, // B_HPKG_REPO_MAGIC = 'hpkr', B_HPKG_REPO_VERSION = 1