Bump HPKG format version

This commit is contained in:
Ingo Weinhold
2013-05-25 01:12:22 +02:00
parent 7575abbca2
commit fc0cec5396
+2 -2
View File
@@ -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