Bump HPKG format version
This commit is contained in:
parent
7575abbca2
commit
fc0cec5396
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2009,2011, Haiku, Inc.
|
* Copyright 2009-2013, Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _PACKAGE__HPKG__HPKG_DEFS_H_
|
#ifndef _PACKAGE__HPKG__HPKG_DEFS_H_
|
||||||
@ -17,7 +17,7 @@ namespace BHPKG {
|
|||||||
// magic & version of package and repository files
|
// magic & version of package and repository files
|
||||||
enum {
|
enum {
|
||||||
B_HPKG_MAGIC = 'hpkg',
|
B_HPKG_MAGIC = 'hpkg',
|
||||||
B_HPKG_VERSION = 1,
|
B_HPKG_VERSION = 2,
|
||||||
//
|
//
|
||||||
B_HPKG_REPO_MAGIC = 'hpkr',
|
B_HPKG_REPO_MAGIC = 'hpkr',
|
||||||
B_HPKG_REPO_VERSION = 1
|
B_HPKG_REPO_VERSION = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user