• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/include/abg-version.h b/include/abg-version.h
2index 98b2a0603fe9..b6021924f497 100644
3--- a/include/abg-version.h
4+++ b/include/abg-version.h
5@@ -1,8 +1,10 @@
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7+#include "android_build_version.h"
8+
9 #ifndef __ABG_VERSION_H__
10 #define __ABG_VERSION_H__
11 #define ABIGAIL_VERSION_MAJOR "2"
12 #define ABIGAIL_VERSION_MINOR "0"
13 #define ABIGAIL_VERSION_REVISION "0"
14-#define ABIGAIL_VERSION_SUFFIX ""
15+#define ABIGAIL_VERSION_SUFFIX "-" ANDROID_BUILD_VERSION
16 #endif
17