pmt: initial 2.9.1 update
This commit is contained in:
@@ -16,18 +16,18 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef __PMT_VERSIONING_H
|
||||
#define __PMT_VERSIONING_H
|
||||
#pragma once
|
||||
|
||||
#ifdef __NDK_BUILD
|
||||
#include <android/ndk-version.h>
|
||||
#include <PartitionManager/generated/clang-version.h>
|
||||
#endif
|
||||
#include <e2fsprogs/version.h>
|
||||
|
||||
/* versioning */
|
||||
#define PMT_MAJOR 2
|
||||
#define PMT_MINOR 8
|
||||
#define PMT_PATCHLEVEL 0
|
||||
#define PMT_MINOR 9
|
||||
#define PMT_PATCHLEVEL 1
|
||||
|
||||
namespace PartitionManager {
|
||||
namespace Functions {
|
||||
@@ -35,6 +35,4 @@ namespace PartitionManager {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* end */
|
||||
|
||||
Reference in New Issue
Block a user