You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
316 B
11 lines
316 B
7 months ago
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
#include "android_build_version.h"
|
||
|
|
||
|
#ifndef __ABG_VERSION_H__
|
||
|
#define __ABG_VERSION_H__
|
||
|
#define ABIGAIL_VERSION_MAJOR "2"
|
||
|
#define ABIGAIL_VERSION_MINOR "0"
|
||
|
#define ABIGAIL_VERSION_REVISION "0"
|
||
|
#define ABIGAIL_VERSION_SUFFIX "-" ANDROID_BUILD_VERSION
|
||
|
#endif
|